[gspell/wip/gtk4: 136/141] Build against gtk4
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gspell/wip/gtk4: 136/141] Build against gtk4
- Date: Wed, 25 Oct 2017 10:07:48 +0000 (UTC)
commit a34c921f6148acb566c95e659d03914d8e67fcde
Author: Timm Bäder <mail baedert org>
Date: Thu Dec 1 13:30:47 2016 +0100
Build against gtk4
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2e415c4..80b787b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,7 @@ AC_SUBST(GSPELL_API_VERSION)
# Dependencies
enchant_req=1.6.0
glib_req=2.44
-gtk_req=3.20
+gtk_req=3.89
AC_CONFIG_SRCDIR([gspell/gspell-checker.c])
AC_CONFIG_HEADER([config.h])
@@ -90,7 +90,7 @@ AX_COMPILER_FLAGS([WARN_CFLAGS], [WARN_LDFLAGS], [yes])
# Dynamic linking dependencies
AX_REQUIRE_DEFINED([AX_PKG_CHECK_MODULES])
AX_PKG_CHECK_MODULES([DEP],
- [glib-2.0 >= $glib_req gtk+-3.0 >= $gtk_req enchant >= $enchant_req],
+ [glib-2.0 >= $glib_req gtk+-4.0 >= $gtk_req enchant >= $enchant_req],
[])
# iso-codes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]