[Xfce4-commits] [xfce/gtk-xfce-engine] 04/06: Disable gtk3 by default
noreply at xfce.org
noreply at xfce.org
Wed Feb 18 21:36:27 CET 2015
This is an automated email from the git hooks/post-receive script.
peter pushed a commit to branch master
in repository xfce/gtk-xfce-engine.
commit 5aad173a52e70301177c96e3e1e1bf0e5aa9324c
Author: Peter de Ridder <peter at xfce.org>
Date: Wed Feb 18 20:56:00 2015 +0100
Disable gtk3 by default
---
configure.ac.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index 2ec6671..af8fb0c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -64,7 +64,7 @@ dnl ***********************************
dnl *** Check for optional packages ***
dnl ***********************************
XDT_CHECK_OPTIONAL_PACKAGE([GTK2], [gtk+-2.0], [2.20.0], [gtk2], [Gtk 2 theme engine])
-XDT_CHECK_OPTIONAL_PACKAGE([GTK3], [gtk+-3.0], [3.2.0], [gtk3], [Gtk 3 theme engine])
+XDT_CHECK_OPTIONAL_PACKAGE([GTK3], [gtk+-3.0], [3.2.0], [gtk3], [Gtk 3 theme engine], [no])
GTK_SUBDIRS=""
if test x"$GTK2_FOUND" = x"yes"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list