mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
build: use correct name for libX11 dependency
This commit is contained in:
parent
c001acc13b
commit
795c07cfb0
@ -66,7 +66,7 @@ if omemo_libsignal_dep.found() and omemo_gcrypt_dep.found()
|
|||||||
conf.set_quoted('BUILD_OMEMO', '1')
|
conf.set_quoted('BUILD_OMEMO', '1')
|
||||||
endif
|
endif
|
||||||
# TODO: Xss not detected?
|
# TODO: Xss not detected?
|
||||||
screensaver_xss_dep = dependency('Xss', required : get_option('xscreensaver'))
|
screensaver_xss_dep = dependency('xscrnsaver', required : get_option('xscreensaver'))
|
||||||
screensaver_x11_dep = dependency('X11', required : get_option('xscreensaver'))
|
screensaver_x11_dep = dependency('X11', required : get_option('xscreensaver'))
|
||||||
if screensaver_xss_dep.found() and screensaver_x11_dep.found()
|
if screensaver_xss_dep.found() and screensaver_x11_dep.found()
|
||||||
conf.set_quoted('HAVE_LIBXSS', '1')
|
conf.set_quoted('HAVE_LIBXSS', '1')
|
||||||
|
Loading…
Reference in New Issue
Block a user