diff options
author | Xan Lopez <xan@gnome.org> | 2010-06-25 04:37:01 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-06-27 20:36:55 +0800 |
commit | 6f7399f3b787242e3164aaab9d12e5955472f997 (patch) | |
tree | 7187075ca5480373cc933611d54852af539811a5 /src/Makefile.am | |
parent | 1032b667190746b2a36bf87f61f12dca0c502850 (diff) | |
download | gsoc2013-epiphany-6f7399f3b787242e3164aaab9d12e5955472f997.tar.gz gsoc2013-epiphany-6f7399f3b787242e3164aaab9d12e5955472f997.tar.zst gsoc2013-epiphany-6f7399f3b787242e3164aaab9d12e5955472f997.zip |
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.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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) \ |