From 6f7399f3b787242e3164aaab9d12e5955472f997 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 24 Jun 2010 22:37:01 +0200 Subject: Bump GTK+ dependency to GTK+ 3.x branch We require at least 2.90.4 to build, there is no support for the old 2.x versions anymore. --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 219b083f4..9906cffd5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -341,9 +341,9 @@ Epiphany-$(EPIPHANY_API_VERSION).gir: $(INTROSPECTION_SCANNER) $(EPHY_GIR_H_FILE --nsversion=$(EPIPHANY_API_VERSION) \ --add-include-path=. \ --add-include-path=$(srcdir) \ - --include=Gtk-2.0 \ + --include=Gtk-3.0 \ --include=libxml2-2.0 \ - --include=WebKit-1.0 \ + --include=WebKit-3.0 \ --program=./epiphany \ --output $@ \ --pkg epiphany-$(EPIPHANY_API_VERSION) \ -- cgit