debian/rules: Add --with-gtk=2.0. Remove --disable-introspection.

This commit is contained in:
Martin Wimpress 2015-07-29 16:43:23 +01:00
parent 1b3997097d
commit c52d54c990

2
debian/rules vendored
View File

@ -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