aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2024-07-08 08:57:19 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2024-07-08 08:57:19 +0200
commit340ef99748144eacf5aafa8a1d8e500a914cd8eb (patch)
tree0105c19dd9b9c8612974b238a45cace93724665e /debian/rules
parenta630e4bb274f4cc384a2a19a1b819d1834d57306 (diff)
parent6357866d6e7d479aa1a020af8f3ad11f89fcce3c (diff)
downloadayatana-indicator-keyboard-340ef99748144eacf5aafa8a1d8e500a914cd8eb.tar.gz
ayatana-indicator-keyboard-340ef99748144eacf5aafa8a1d8e500a914cd8eb.tar.bz2
ayatana-indicator-keyboard-340ef99748144eacf5aafa8a1d8e500a914cd8eb.zip
Merge branch 'tari01-pr/lomiri-session'
Attribute GH PR #70: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/70
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 18fd0e0f..56c3a7a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
-DEB_CMAKE_EXTRA_FLAGS = $(NULL)
+ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
+ DEB_CMAKE_EXTRA_FLAGS = "-DENABLE_UBUNTU_ACCOUNTSSERVICE=ON"
+endif
%:
dh $@ --with systemd