Disable fast vapi generation for vala 0.44.10, 0.46.4 and 0.47.1
fixes #646
This commit is contained in:
parent
65feaece87
commit
2811eaf7c5
|
@ -124,8 +124,8 @@ if(NOT VALA_EXECUTABLE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_package(Vala 0.34 REQUIRED)
|
find_package(Vala 0.34 REQUIRED)
|
||||||
if(VALA_VERSION VERSION_GREATER "0.34.90" AND VALA_VERSION VERSION_LESS "0.36.1")
|
if(VALA_VERSION VERSION_GREATER "0.34.90" AND VALA_VERSION VERSION_LESS "0.36.1" OR # Due to a bug on 0.36.0 (and pre-releases), we need to disable FAST_VAPI
|
||||||
# Due to a bug on 0.36.0 (and pre-releases), we need to disable FAST_VAPI
|
VALA_VERSION VERSION_EQUAL "0.44.10" OR VALA_VERSION VERSION_EQUAL "0.46.4" OR VALA_VERSION VERSION_EQUAL "0.47.1") # See Dino issue #646
|
||||||
set(DISABLE_FAST_VAPI yes)
|
set(DISABLE_FAST_VAPI yes)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue