opnsense-ports/sysutils/consolekit2/files/patch-tools_Makefile.am
Franco Fichtner f940e83811 */*: sync with upstream
Taken from: HardenedBSD
2021-05-19 09:44:31 +02:00

19 lines
448 B
Text

--- tools/Makefile.am.orig 2020-04-11 15:14:59 UTC
+++ tools/Makefile.am
@@ -148,10 +148,14 @@ ck_log_system_stop_LDADD = \
libexec_PROGRAMS = \
ck-collect-session-info \
- ck-get-x11-server-pid \
- ck-get-x11-display-device \
ck-remove-directory \
$(NULL)
+
+if USE_LIBX11
+libexec_PROGRAMS += \
+ ck-get-x11-server-pid \
+ ck-get-x11-display-device
+endif
ck_collect_session_info_SOURCES = \
ck-collect-session-info.c \