summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2017-07-31 17:29:25 -0400
committerJonathan Kang <jonathan121537@gmail.com>2017-08-01 11:37:19 +0100
commitc648988620d87c1643a7e821daad84294a5a0f58 (patch)
treeda7d8704adec26a865778518ebff9ebe83517141
parent5a73d390d6bc86fe6cf9fea2a05cafa211157582 (diff)
downloadgnome-logs-c648988620d87c1643a7e821daad84294a5a0f58.tar.gz
build: Require GTK+ 3.22
Required by https://git.gnome.org/browse/gnome-logs/commit/?id=69a3606 because gtk-show-uri-on-window was introduced in 3.22 https://bugzilla.gnome.org/show_bug.cgi?id=785659
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4b6177a..ba5c732 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,7 +100,7 @@ AM_CONDITIONAL([LOGS_ENABLE_TESTS], [test "x$testing_utilities" = "xyes"])
dnl Libraries
GIO_REQUIRED="gio-unix-2.0 >= 2.43.90"
-GTK_REQUIRED="gtk+-3.0 >= 3.19.3"
+GTK_REQUIRED="gtk+-3.0 >= 3.22.0"
SYSTEMD_REQUIRED="libsystemd"
PKG_CHECK_MODULES([LOGS], [$GIO_REQUIRED $GTK_REQUIRED $SYSTEMD_REQUIRED])