[SCM] suil/master: Pass --gtk2-lib-name="libgtk-x11-2.0.so.0" to configure to avoid adding the dependency on libgtk2.0-dev.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Thu Aug 23 13:51:44 UTC 2012
The following commit has been merged in the master branch:
commit 5fe21faf0763fe8c14415d97f46c0df801d16528
Author: Alessio Treglia <alessio at debian.org>
Date: Thu Aug 23 13:26:24 2012 +0200
Pass --gtk2-lib-name="libgtk-x11-2.0.so.0" to configure to avoid adding the dependency on libgtk2.0-dev.
Closes: #682138
Thanks: Filipe Lopes for pointing out this.
diff --git a/debian/rules b/debian/rules
index 6071cdc..226a753 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@ override_dh_auto_configure:
--prefix=/usr \
--mandir=/usr/share/man \
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
+ --gtk2-lib-name="libgtk-x11-2.0.so.0" \
--strict \
--debug
--
suil packaging
More information about the pkg-multimedia-commits
mailing list