summaryrefslogtreecommitdiff
path: root/polkitgtkmate/Makefile.am
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-05-17 14:17:36 +0300
committermonsta <[email protected]>2016-05-17 14:17:36 +0300
commita9222b1af3b486e12147dc0e0fe7143aa809cdec (patch)
treed574cbe607d9baba9389d2707dba80e7fd1a57da /polkitgtkmate/Makefile.am
parente7ffa8fc66b7ab151bf1912d157a03119f9792cf (diff)
downloadmate-polkit-a9222b1af3b486e12147dc0e0fe7143aa809cdec.tar.bz2
mate-polkit-a9222b1af3b486e12147dc0e0fe7143aa809cdec.tar.xz
require GTK+ >= 3.14, drop GTK+2 code and --with-gtk build option
Diffstat (limited to 'polkitgtkmate/Makefile.am')
-rw-r--r--polkitgtkmate/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/polkitgtkmate/Makefile.am b/polkitgtkmate/Makefile.am
index 0a543b0..6e6e751 100644
--- a/polkitgtkmate/Makefile.am
+++ b/polkitgtkmate/Makefile.am
@@ -83,12 +83,12 @@ PolkitGtkMate-1.0.gir: libpolkit-gtk-mate-1.la $(G_IR_SCANNER) Makefile.am
--namespace PolkitGtkMate \
--strip-prefix=Polkit \
--nsversion=1.0 \
- --include=Gtk-${GTK_API_VERSION} \
+ --include=Gtk-3.0 \
--include=Polkit-1.0 \
--library=polkit-gtk-mate-1 \
--output $@ \
--pkg=polkit-gobject-1 \
- --pkg=gtk+-${GTK_API_VERSION} \
+ --pkg=gtk+-3.0 \
--pkg-export=polkit-mate-gtk-1 \
--c-include='polkitgtkmate/polkitgtkmate.h' \
--libtool=$(top_builddir)/libtool \