mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
meson: Add detection of libsystemd-daemon.
This enables Xtrans's systemd socket activation. Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
committed by
Adam Jackson
parent
4ba7866770
commit
1fc20b985c
@@ -72,7 +72,8 @@ elif cc.compiles('''
|
||||
endif
|
||||
|
||||
conf_data.set('HAVE_LIBBSD', libbsd_dep.found())
|
||||
# XXX: HAVE_SYSTEMD_DAEMON
|
||||
# Note: this symbol is used by libXtrans.
|
||||
conf_data.set('HAVE_SYSTEMD_DAEMON', libsystemd_daemon_dep.found())
|
||||
conf_data.set('CONFIG_UDEV', build_udev)
|
||||
conf_data.set('CONFIG_UDEV_KMS', build_udev)
|
||||
conf_data.set('HAVE_DBUS', build_dbus)
|
||||
|
||||
Reference in New Issue
Block a user