From c52d54c99058cdc6c5f7b34be9e9159d2601cd8c Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 29 Jul 2015 16:43:23 +0100 Subject: [PATCH] debian/rules: Add --with-gtk=2.0. Remove --disable-introspection. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index b40e508..91cf568 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := --disable-silent-rules \ --includedir=/usr/include/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH) \ --libexecdir=/usr/lib/$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)/polkit-mate \ --disable-static \ - --disable-introspection + --with-gtk=2.0 common-install-indep:: remove-cruft common-install-arch:: remove-cruft