mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:33:46 +01:00
Fix check
This commit is contained in:
parent
222a87cb5c
commit
df800b5f41
@ -83,7 +83,7 @@ if get_option('enable-synctex') and synctex.found()
|
|||||||
build_dependencies += synctex
|
build_dependencies += synctex
|
||||||
defines += '-DWITH_SYNCTEX'
|
defines += '-DWITH_SYNCTEX'
|
||||||
if synctex.version() < '2.0.0'
|
if synctex.version() < '2.0.0'
|
||||||
if synctex.version() < '1.19.0'
|
if synctex.version() >= '1.19.0'
|
||||||
warning('You are using a synctex version pre-SONAME bump, but post-ABI-break. Please make sure to always run zathura using the correct synctex version.')
|
warning('You are using a synctex version pre-SONAME bump, but post-ABI-break. Please make sure to always run zathura using the correct synctex version.')
|
||||||
else
|
else
|
||||||
defines += '-DWITH_SYNCTEX1'
|
defines += '-DWITH_SYNCTEX1'
|
||||||
|
Loading…
Reference in New Issue
Block a user