summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-08-26 20:14:35 +0200
committerThomas Haller <thaller@redhat.com>2018-08-27 17:49:29 +0200
commit96bc98b9873180f152962dd33c0f4911c3580e58 (patch)
tree943c28ba1f2c8f90841df303aed06dbdcd61ee28 /config.h.meson
parent8924e3325d72ccb394ab60f099f664e8dc5d581e (diff)
build: cleanup build defines for session-tracking
- always define the SESSION_TRACKING_* defines to replace "#ifdef" with "#if". - drop defining the consolekit database path CKDB_PATH in config.h. The path was not customizable via configure/meson. - fix meson build to enable consolekit support for session tracking without also enabling logind/elogind session tracking. logind/elogind is mutually exclusive, but consolekit session tracking goes together just fine.
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.meson b/config.h.meson
index 06190aae1..c5fbf5fab 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -1,9 +1,6 @@
/* Define if building universal (internal helper macro) */
#mesondefine AC_APPLE_UNIVERSAL_BUILD
-/* Path to ConsoleKit database */
-#mesondefine CKDB_PATH
-
/* Define to path of dhclient binary */
#mesondefine DHCLIENT_PATH