From c4cbfa6c638934e5ee108939cdcb7229c58c80a1 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Mon, 1 Jul 2019 21:18:49 +0200 Subject: [PATCH] Recent to GTK+3.22 --- INSTALL | 4 +--- NEWS | 2 ++ configure.ac | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index 25e9a66236..914c86ece6 100644 --- 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 800ff8f1e7..a733db7c33 100644 --- 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. diff --git a/configure.ac b/configure.ac index f691cac9be..b8da5816f5 100644 --- a/configure.ac +++ b/configure.ac @@ -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)])]) -- 2.30.2