Source: xfwm4 Version: 4.11.1-1 Severity: important Tags: patch User: [email protected] Usertags: hurd Control: found -1 xfwm4/4.12.2-1
Hi, xfwm4 since 4.11.1-1 cannot be build on hurd-i386, as it build depends on libdrm-dev. libdrm is not available on Hurd, as it relies on a DRM implementation. Easy fix is to not (build) require libdrm-dev on Hurd, as it's optional; patch attached. Thanks, -- Pino
--- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Xfce Maintainers <[email protected]> Uploaders: Yves-Alexis Perez <[email protected]>, Lionel Le Folgoc <[email protected]> -Build-Depends: dpkg-dev (>= 1.16.1), debhelper (>= 9), libdrm-dev, +Build-Depends: dpkg-dev (>= 1.16.1), debhelper (>= 9), libdrm-dev [!hurd-any], libgtk2.0-dev (>= 2.14), libxft-dev, libxdamage-dev, libxrender-dev, libxcomposite-dev, libxfixes-dev, chrpath, libglade2-dev, libxfce4util-dev (>= 4.10.0), libxfce4ui-1-dev (>= 4.11.0),
_______________________________________________ Pkg-xfce-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xfce-devel

