[Xfce4-commits] [apps/xfce4-taskmanager] 02/15: also check for libwnck3, will have to be dependent on gtk3 anyway
noreply at xfce.org
noreply at xfce.org
Mon Dec 8 23:02:01 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 15863295cb1b2082418d1345aa1e7e240f1f6bb6
Author: Landry Breuil <landry at xfce.org>
Date: Mon Dec 8 22:36:25 2014 +0100
also check for libwnck3, will have to be dependent on gtk3 anyway
---
configure.ac.in | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/configure.ac.in b/configure.ac.in
index 7e732ac..b8e548d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -79,6 +79,8 @@ 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"])
+XDT_CHECK_OPTIONAL_PACKAGE([WNCK3], [libwnck-3.0], [3.2], [wnck3], [building with libwnck3 for window icons/names], [no])
+AM_CONDITIONAL([USE_WNCK3], [test x"$WNCK3_FOUND" = x"yes"])
dnl ***********************************
dnl ********** Check for skel *********
@@ -153,7 +155,11 @@ echo
echo "Build Configuration:"
echo
echo "* Gksu: ${GKSU_VERSION:-no}"
+if test "x$WNCK3_FOUND" = "xyes" ; then
+echo "* Wnck: ${WNCK3_VERSION:-no}"
+else
echo "* Wnck: ${WNCK_VERSION:-no}"
+fi
echo "* Cairo: ${CAIRO_VERSION}"
if test "x$GTK3_FOUND" = "xyes" ; then
echo "* GTK+: ${GTK3_VERSION}"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list