[gjs/wip/ptomato/mozjs31prep: 2/8] build: Require GTK 3.20
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/wip/ptomato/mozjs31prep: 2/8] build: Require GTK 3.20
- Date: Mon, 12 Sep 2016 18:37:39 +0000 (UTC)
commit 3a4b1effe10647c3741e5df45119adfeea4ad462
Author: Philip Chimento <philip chimento gmail com>
Date: Sat Sep 3 12:52:36 2016 -0700
build: Require GTK 3.20
Our Gtk.WidgetClass now requires gtk_widget_class_set_css_name(), which
was first available in 3.20.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c95115b..9148550 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,7 @@ common_packages="gmodule-2.0 gthread-2.0 gio-2.0 >= glib_required_version mozjs-
gjs_packages="gobject-introspection-1.0 libffi $common_packages"
gjs_cairo_packages="cairo cairo-gobject $common_packages"
gjs_gdbus_packages="gobject-2.0 >= glib_required_version gio-2.0"
-gjs_gtk_packages="gtk+-3.0"
+gjs_gtk_packages="gtk+-3.0 >= 3.20"
# gjs-tests links against everything
gjstests_packages="gio-unix-2.0 $gjs_packages"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]