[Xfce4-commits] [apps/xfce4-taskmanager] 01/15: check for optional gtk3 support

noreply at xfce.org noreply at xfce.org
Mon Dec 8 23:02:00 CET 2014


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

landry pushed a commit to branch landry/gtk3
in repository apps/xfce4-taskmanager.

commit f327226643da300ecaa975c200d8d80a5449d1ad
Author: Landry Breuil <landry at xfce.org>
Date:   Mon Dec 8 20:47:52 2014 +0100

    check for optional gtk3 support
---
 configure.ac.in |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/configure.ac.in b/configure.ac.in
index baef103..7e732ac 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -75,6 +75,10 @@ XDT_CHECK_OPTIONAL_PACKAGE([WNCK], [libwnck-1.0], [2.0], [wnck], [building with
 AM_CONDITIONAL([HAVE_WNCK], [test x"$WNCK_FOUND" = x"yes"])
 XDT_CHECK_OPTIONAL_PACKAGE([GKSU], [libgksu2], [2.0], [gksu], [building with libgksu to run as root], [yes])
 AM_CONDITIONAL([HAVE_GKSU], [test x"$GKSU_FOUND" = x"yes"])
+XDT_CHECK_OPTIONAL_PACKAGE([GTK3],
+                           [gtk+-3.0], [3.2.0], [gtk3],
+                           [GTK+ 3 support], [no])
+AM_CONDITIONAL([USE_GTK3], [test "x$GTK3_FOUND" = "xyes"])
 
 dnl ***********************************
 dnl ********** Check for skel *********
@@ -151,7 +155,11 @@ echo
 echo "* Gksu:          ${GKSU_VERSION:-no}"
 echo "* Wnck:          ${WNCK_VERSION:-no}"
 echo "* Cairo:         ${CAIRO_VERSION}"
+if test "x$GTK3_FOUND" = "xyes" ; then
+echo "* GTK+:          ${GTK3_VERSION}"
+else
 echo "* GTK+:          ${GTK_VERSION}"
+fi
 echo "* Target OS:     $target_os ($ac_os_implementation)"
 echo "* Debug:         $enable_debug"
 echo

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


More information about the Xfce4-commits mailing list