wok-next diff libnotify/stuff/patches/libnotify-gtk2.patch @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libnotify/stuff/patches/libnotify-gtk2.patch	Thu Jan 31 16:45:41 2019 +0200
     1.3 @@ -0,0 +1,20 @@
     1.4 +--- a/configure
     1.5 ++++ b/configure
     1.6 +@@ -11732,7 +11732,7 @@
     1.7 + 
     1.8 + 
     1.9 + 
    1.10 +-REQ_GTK_VERSION=2.90
    1.11 ++REQ_GTK_VERSION=2.24
    1.12 + REQ_GLIB_VERSION=2.26.0
    1.13 + 
    1.14 + pkg_modules="gdk-pixbuf-2.0 glib-2.0 >= $REQ_GLIB_VERSION gio-2.0 >= $REQ_GLIB_VERSION"
    1.15 +@@ -11949,7 +11949,7 @@
    1.16 + 
    1.17 + fi
    1.18 + 
    1.19 +-tests_modules="gtk+-3.0 >= $REQ_GTK_VERSION"
    1.20 ++tests_modules="gtk+-2.0 >= $REQ_GTK_VERSION"
    1.21 + # Check whether --enable-tests was given.
    1.22 + if test "${enable_tests+set}" = set; then :
    1.23 +   enableval=$enable_tests;