Source: razorqt
Version: 0.4.1-1~exp1
Severity: normal
Tags: patch

Hi,

currently razorqt cannot be built on non-Linux architectures due to the
unconditional libudev-dev build dependency. Udev is Linux-specific, so
attached there is a patch to restrict that B-D on Linux archs only.

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9~),
                libpolkit-agent-1-dev,
                libpolkit-qt-1-dev,
                libqt4-dev (>= 4.5.1),
-               libudev-dev,
+               libudev-dev [linux-any],
                libxrender-dev,
                libxcomposite-dev,
                libxdamage-dev,

Reply via email to