[Xfce4-commits] [apps/xfce4-terminal] 01/01: Bump required GTK+ version to 3.20.8

noreply at xfce.org noreply at xfce.org
Mon Nov 27 17:15:32 CET 2017


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

f   2   4   0   4       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 apps/xfce4-terminal.

commit e38461b93f4edad2b9bd83920caea9711d7885f0
Author: Igor <f2404 at yandex.ru>
Date:   Mon Nov 27 11:11:33 2017 -0500

    Bump required GTK+ version to 3.20.8
    
    This is to resolve the problem with the title dialog using GtkPopover
    which seems to happen with older GTK+ versions, and also to align with
    the Xfce roadmap strategy.
    
    Fixes bug #13996
---
 configure.ac.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index 8293745..9619859 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -91,7 +91,7 @@ XDT_CHECK_LIBX11()
 dnl ***********************************
 dnl *** Check for required packages ***
 dnl ***********************************
-XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.16.0])
+XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.20.8])
 XDT_CHECK_PACKAGE([VTE], [vte-2.91], [0.38])
 XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.32.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.10.0])

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


More information about the Xfce4-commits mailing list