From 70b23cf6f3689c702a07925f14216a3385faa7a9 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Fri, 4 May 2012 14:12:05 +0100 Subject: We actually require gtk+ 2.18 --- tikzit/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tikzit') diff --git a/tikzit/configure.ac b/tikzit/configure.ac index d610fc5..8f791b6 100644 --- a/tikzit/configure.ac +++ b/tikzit/configure.ac @@ -67,8 +67,8 @@ AM_CONDITIONAL([HAVE_POPPLER],[test "x$have_poppler" = "xyes"]) # Test all the pkg-config stuff together, so that # dependencies and duplicate flags are correctly handled AS_IF([test "x$have_poppler" = "xyes"], - [PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.16.0 gdk-pixbuf-2.0 >= 2.16.0 pango >= 1.16 cairo >= 1.4 poppler-glib >= 0.10])], - [PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.16.0 gdk-pixbuf-2.0 >= 2.16.0 pango >= 1.16 cairo >= 1.4])]) + [PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.18.0 gdk-pixbuf-2.0 >= 2.16.0 pango >= 1.16 cairo >= 1.4 poppler-glib >= 0.10])], + [PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.18.0 gdk-pixbuf-2.0 >= 2.16.0 pango >= 1.16 cairo >= 1.4])]) # Checks for header files. AC_FUNC_ALLOCA -- cgit v1.2.3