Source: gnome-main-menu
Version: 1.8.0-1
Severity: important
Tags: patch

Hi,

currently gnome-main-menu cannot be built on non-Linux architectures,
because of few Linux-specific build dependencies.

Since the features they enable are optional, those build dependencies
can be safely restricted as linux-only. Patch attached for it.

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -19,10 +19,10 @@ Build-Depends: debhelper (>= 9),
                libxml2-dev,
                libcairo2-dev,
                libx11-dev,
-               network-manager-dev,
-               libnm-glib-dev,
-               libnm-util-dev,
-               libiw-dev,
+               network-manager-dev [linux-any],
+               libnm-glib-dev [linux-any],
+               libnm-util-dev [linux-any],
+               libiw-dev [linux-any],
                libmate-slab-dev,
                mate-common,
                libdconf-dev,

Reply via email to