debian/rules: Add --with-gtk=2.0. Remove --disable-introspection.
This commit is contained in:
parent
1b3997097d
commit
c52d54c990
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user