[Xfce4-commits] [apps/gigolo] 01/35: Check for Gtk+-3.0

noreply at xfce.org noreply at xfce.org
Mon Oct 31 18:18:35 CET 2016


This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository apps/gigolo.

commit 4b7af71b712e63e2a8f43eacf9686a9801c32d77
Author: Landry Breuil <landry at xfce.org>
Date:   Fri Jun 17 22:35:12 2016 +0200

    Check for Gtk+-3.0
---
 configure.ac.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 16fd5f7..b217f52 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -19,7 +19,7 @@ AC_PROG_LN_S
 
 
 # GTK checks
-gtk_modules="gtk+-2.0 >= 2.12.0 gio-2.0 >= 2.16.0 x11"
+gtk_modules="gtk+-3.0 >= 3.14 gio-2.0 >= 2.16.0 x11"
 PKG_CHECK_MODULES(GTK, [$gtk_modules])
 AC_SUBST(GTK_CFLAGS)
 AC_SUBST(GTK_LIBS)
@@ -29,7 +29,7 @@ AC_SUBST(GTK_LIBS)
 AC_ARG_ENABLE(deprecated, [  --disable-deprecated    Disable deprecated GTK functions. ],
 			  [GTK_CFLAGS="$GTK_CFLAGS -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"], [])
 
-GTK_VERSION=`$PKG_CONFIG --modversion gtk+-2.0`
+GTK_VERSION=`$PKG_CONFIG --modversion gtk+-3.0`
 
 # i18n
 XDT_I18N([@LINGUAS@])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list