mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[meson] djgpp has no pkgconfig file for expat
This commit is contained in:
parent
81ec46e11c
commit
2ee5c1a2e8
@ -385,7 +385,10 @@ if conf_data.get('CONFIG_SCRIPTING_LUA')
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if conf_data.get('CONFIG_XBEL_BOOKMARKS')
|
if conf_data.get('CONFIG_XBEL_BOOKMARKS')
|
||||||
expatdeps = dependency('expat', static: st)
|
expatdeps = dependency('expat', static: st, required: false)
|
||||||
|
if not expatdeps.found()
|
||||||
|
expatdeps = compiler.find_library('expat', static: st, dirs: ['/usr/local/lib'])
|
||||||
|
endif
|
||||||
deps += expatdeps
|
deps += expatdeps
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user