Package: xmobar Version: 0.18-1 Severity: serious Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd
Hi, the current version fails to build on GNU/kFreeBSD. Please just restrict building of MPRIS & DBus plugins only under linux. Petr --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9), ghc, libghc-x11-xft-dev (>= 0.2), libghc-stm-dev (>= 2.3), libghc-parsec3-dev, libghc-mtl-dev, libghc-x11-dev (>= 1.6.0), libghc-hinotify-dev [linux-any], - libiw-dev [linux-any], libghc-dbus-dev, libghc-regex-compat-dev + libiw-dev [linux-any], libghc-dbus-dev [linux-any], libghc-regex-compat-dev Homepage: http://projects.haskell.org/xmobar/ Package: xmobar --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ ifeq ($(DEB_HOST_ARCH_OS),linux) CONFIGURE_OPTS += --flags="with_xft with_inotify with_iwlib with_mpris with_dbus" else - CONFIGURE_OPTS += --flags="with_xft with_mpris with_dbus" + CONFIGURE_OPTS += --flags="with_xft" endif -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org