diff --git a/gnome-settings-daemon.changes b/gnome-settings-daemon.changes index 3463362..32a47a7 100644 --- a/gnome-settings-daemon.changes +++ b/gnome-settings-daemon.changes @@ -22,6 +22,7 @@ Wed Oct 10 06:29:11 UTC 2012 - dimstar@opensuse.org - Fix LEDs switching for some tablet models + Housekeeping: - Fix possible crashers on exit. +- Change with_systemd defines to 1 in order to enable systemd. ------------------------------------------------------------------- Tue Oct 2 16:59:37 UTC 2012 - dimstar@opensuse.org diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec index 093f513..7d8eb1e 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -18,7 +18,7 @@ # We cannot enable systemd support right now, as it is exclusive and means we # lose ConsoleKit support (bad for sysvinit) -%define with_systemd 0 +%define with_systemd 1 # We can currently not build ibus support, as it requires ibus 1.5, which has not been released yet. %define with_ibus 0