[Xfce4-commits] [xfce/xfce4-panel] 01/01: Disable Gtk+2 support by default
noreply at xfce.org
noreply at xfce.org
Tue Jul 2 11:41:27 CEST 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-panel.
commit 5caaeb23c448c2738007e9afe78652229f774fd8
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Tue Jul 2 11:41:00 2019 +0200
Disable Gtk+2 support by default
---
configure.ac.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index 6085b74..59df808 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -159,7 +159,7 @@ dnl *** Optional support for a GTK+2 version of the library ***
dnl ***********************************************************
XDT_CHECK_OPTIONAL_PACKAGE([GTK2],
[gtk+-2.0], [2.20.0], [gtk2],
- [GTK+ 2 support])
+ [GTK+ 2 support], [no])
AM_CONDITIONAL([ENABLE_GTK2_LIBRARY], [test "x$GTK2_FOUND" = "xyes"])
dnl **********************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list