[SCM] jalv/master: Build without gtkmm.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Aug 23 19:33:58 UTC 2016


The following commit has been merged in the master branch:
commit c65e8574508f61b5be3181ff97057bb7974dd692
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Aug 23 21:15:27 2016 +0200

    Build without gtkmm.

diff --git a/debian/control b/debian/control
index 383f80d..77b2fa4 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Build-Depends:
  debhelper (>= 9),
  libgtk-3-dev,
  libgtk2.0-dev,
- libgtkmm-2.4-dev,
  libjack-dev,
  liblilv-dev (>= 0.19.2~),
  libqt4-dev,
diff --git a/debian/rules b/debian/rules
index e4fef25..9aea970 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,8 @@ override_dh_auto_configure:
 	$(WAF) configure \
 		--prefix=/usr \
 		--mandir=/usr/share/man \
-                --strict
+                --strict \
+		--no-gtkmm
 
 override_dh_auto_build:
 	$(WAF)

-- 
jalv packaging



More information about the pkg-multimedia-commits mailing list