[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#919151: xfce4-screensaver: FTBFS on !linux archs



Source: xfce4-screensaver
Version: 0.1.3-1
Severity: important
Tags: patch

Hi,

currently xfce4-screensaver fails to build on non-Linux architectures
because of the systemd support.  There is a dummy libsystemd-dev in the
archive, but it does not cover what xfce4-screensaver needs.

Since the systemd support in xfce4-screensaver is optional, enabling it
(by pulling the libsystemd-dev build dependency) only on Linux should
be acceptable, and lets xfce4-screensaver build on non-Linux
architectures.

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 11),
                libglib2.0-dev,
                libgtk-3-dev,
                libpam0g-dev,
-               libsystemd-dev,
+               libsystemd-dev [linux-any],
                libx11-dev,
                libxfce4ui-2-dev,
                libxfce4util-dev,

Reply to: