[gnome-characters: 3/3] build: Require newer gjs for widget template
- From: Daiki Ueno <dueno src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-characters: 3/3] build: Require newer gjs for widget template
- Date: Mon, 9 Feb 2015 12:37:59 +0000 (UTC)
commit 03f610122545bb0b4905c31c92793dd58a5eaf49
Author: Daiki Ueno <dueno src gnome org>
Date: Mon Feb 9 21:36:36 2015 +0900
build: Require newer gjs for widget template
configure.ac | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c05f084..c15819d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,13 +34,14 @@ PKG_PROG_PKG_CONFIG([0.22])
APPSTREAM_XML
GLIB_GSETTINGS
GOBJECT_INTROSPECTION_REQUIRE([1.35.9])
-GJS_MIN_VERSION=1.39.91
+GJS_MIN_VERSION=1.43.3
PKG_CHECK_MODULES([DEPS], [gdk-3.0
gdk-pixbuf-2.0
gio-2.0
glib-2.0
gobject-2.0
- gtk+-3.0])
+ gtk+-3.0
+ gjs-1.0 >= $GJS_MIN_VERSION])
AC_PATH_PROG([GJS],[gjs])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]