Recent to GTK+3.22
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 1 Jul 2019 19:18:49 +0000 (21:18 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 2 Jul 2019 17:41:48 +0000 (19:41 +0200)
INSTALL
NEWS
configure.ac

diff --git a/INSTALL b/INSTALL
index 25e9a6623604dae4f8699fe0ea3d6113405552a5..914c86ece6b05921cdc64b3d91150da564fa5596 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -93,9 +93,7 @@ use the GUI, you must run `configure' with --without-gui.
       0.18 and 0.19 have a bug that will prevent library detection,
       but other versions should be fine.
 
-    * GTK+ (http://www.gtk.org/), version 3.18.0 or later.
-      It has been reported that versions prior to 3.22.x give problems,
-      so a recent version is recommended.
+    * GTK+ (http://www.gtk.org/), version 3.22.0 or later.
 
     * GtkSourceView (http://projects.gnome.org/gtksourceview/) 
       version 3.4.0 or later.
diff --git a/NEWS b/NEWS
index 800ff8f1e7084898a2c3137916680fae2e848d93..a733db7c3311eabe2bd0fe5cf283b35bcf8605c2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,8 @@ Changes from 1.2.0 to 1.3.0:
  * The GUI now has a sub-dialog for post-hoc tests of the oneway
    anova test.
 
+ * Gtk+3.22.0 or later must now be used when building.
+
  * GRAPH: Categorical barcharts displaying percentages now show the
    sub-category as a percentage of the primary category instead of the
    total.
index f691cac9be1ceca20448ea23e70ae576f318bb39..b8da5816f5813333a617e25ebdb6cabbcc6e71c3 100644 (file)
@@ -103,8 +103,8 @@ if test "$with_cairo" != no && test "$with_gui" != "no"; then
   PKG_CHECK_MODULES([GTHREAD], [gthread-2.0], [],
     [PSPP_REQUIRED_PREREQ([gthread 2.0 (or use --without-gui)])])
 
-  PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.18.0], [],
-    [PSPP_REQUIRED_PREREQ([gtk+ 3.0 version 3.18.0 or later (or use --without-gui)])])
+  PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.22.0], [],
+    [PSPP_REQUIRED_PREREQ([gtk+ 3.0 version 3.22.0 or later (or use --without-gui)])])
 
   PKG_CHECK_MODULES([GTKSOURCEVIEW], [gtksourceview-3.0 >= 3.4.2], [],
     [PSPP_REQUIRED_PREREQ([gtksourceview 3.0 version 3.4.2 or later (or use --without-gui)])])