[Xfce4-commits] [panel-plugins/xfce4-stopwatch-plugin] 01/03: look for gtk3 in configure

noreply at xfce.org noreply at xfce.org
Fri Mar 15 18:47:04 CET 2019


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

n   c   o   p   a       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-stopwatch-plugin.

commit d8bb7f027e6fe9d57cc302aac0a8288de67aeeca
Author: Natanael Copa <ncopa at alpinelinux.org>
Date:   Fri Mar 15 18:24:41 2019 +0100

    look for gtk3 in configure
---
 configure.ac.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index c67aab0..223c752 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -36,7 +36,7 @@ AC_PROG_LIBTOOL()
 AC_PROG_INTLTOOL()
 
 dnl check for required packages
-XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.10.0])
+XDT_CHECK_PACKAGE([GTK], [gtk+-3.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.13.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.13.0])
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-2.0], [4.13.0])

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


More information about the Xfce4-commits mailing list