[Xfce4-commits] [panel-plugins/xfce4-battery-plugin] 01/08: Fix XDT_CHECK_PACKAGE usage, gio is not optional
noreply at xfce.org
noreply at xfce.org
Mon Dec 31 23:17:10 CET 2018
This is an automated email from the git hooks/post-receive script.
a n d r e 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 panel-plugins/xfce4-battery-plugin.
commit c4fcb68f178f6f5528cf5d8b1829dce1a13cf811
Author: Andre Miranda <andreldm at xfce.org>
Date: Mon Dec 31 17:54:40 2018 -0300
Fix XDT_CHECK_PACKAGE usage, gio is not optional
---
configure.ac.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index 3a0ce3f..d24f622 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -69,7 +69,7 @@ XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.16.0])
XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0])
XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.12.0])
XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-2.0], [4.12.0])
-XDT_CHECK_PACKAGE([GIO_UNIX], [gio-2.0], [2.28.0], [gio], [GIO UNIX features])
+XDT_CHECK_PACKAGE([GIO_UNIX], [gio-2.0], [2.28.0])
dnl ***********************************
dnl *** Check for debugging support ***
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list