Codebase list cinnamon-settings-daemon / 8c4760f
Use systemd only with linux to solves FTBFS on kfreebsd Fabio Fantoni 9 years ago
2 changed file(s) with 13 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 cinnamon-settings-daemon (2.2.4.repack-6~) UNRELEASED; urgency=medium
1
2 * Use systemd only with linux to solves FTBFS on kfreebsd. (Closes: #761370)
3 Thanks to Pino Toscano.
4
5 -- Fabio Fantoni <fantonifabio@tiscali.it> Mon, 06 Oct 2014 11:04:45 +0200
6
07 cinnamon-settings-daemon (2.2.4.repack-5) unstable; urgency=medium
18
29 * Remove xserver-xorg-input-wacom as a dependency on kFreeBSD and Hurd as well
22
33 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
44 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
5 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
56
67 # To avoid running configure twice (because gnome-autogen.sh)
78 export NOCONFIGURE=yes
9
10 ifeq ($(DEB_HOST_ARCH_OS),linux)
11 CONFIGURE_ARGS += --enable-systemd
12 endif
813
914 %:
1015 dh $@ --parallel --with=autoreconf
1419
1520 override_dh_auto_configure:
1621 dh_auto_configure -- \
17 --libexecdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)/cinnamon-settings-daemon \
18 --enable-systemd
22 --libexecdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)/cinnamon-settings-daemon $(CONFIGURE_ARGS)
1923
2024 override_dh_link:
2125 # Make *.links compatible with multiarch