Source: wmbubble
Version: 1.50-3
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

wmbubble fails to build on GNU/kFreeBSD, because the libkvm-dev build
dependency (needed for using kvm.h and the kvm library) is missing.

Attached a simple patch to add it as kfreebsd-only build dependency in
debian/control.

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: wmbubble
 Section: x11
 Priority: optional
 Maintainer: Doug Torrance <dtorra...@monmouthcollege.edu>
-Build-Depends: debhelper (>= 9), libx11-dev
+Build-Depends: debhelper (>= 9), libx11-dev, libkvm-dev [kfreebsd-any]
 Standards-Version: 3.9.5
 Homepage: https://github.com/rnjacobs/wmbubble
 Vcs-Browser: https://github.com/rnjacobs/wmbubble

Reply via email to