mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[meson] X11
This commit is contained in:
parent
5dc8c56b2d
commit
acd2650d59
@ -249,9 +249,11 @@ if conf_data.get('CONFIG_IDN')
|
|||||||
deps += idndeps
|
deps += idndeps
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
conf_data.set('HAVE_X11', false)
|
||||||
if conf_data.get('CONFIG_X')
|
if conf_data.get('CONFIG_X')
|
||||||
x11deps = dependency('X11')
|
x11deps = dependency('x11')
|
||||||
deps += x11deps
|
deps += x11deps
|
||||||
|
conf_data.set('HAVE_X11', compiler.has_header('X11/Xlib.h'))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if conf_data.get('CONFIG_BZIP2')
|
if conf_data.get('CONFIG_BZIP2')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user