[gjs] build: switch to mozjs-24
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] build: switch to mozjs-24
- Date: Thu, 5 Dec 2013 19:09:30 +0000 (UTC)
commit 6b94a109114f4f320762afa08da0cb1265ac2f2d
Author: Tim Lunn <tim feathertop org>
Date: Sat Sep 28 07:23:38 2013 +1000
build: switch to mozjs-24
https://bugzilla.gnome.org/show_bug.cgi?id=711046
configure.ac | 2 +-
gjs-1.0.pc.in | 2 +-
gjs-internals-1.0.pc.in | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4b96313..f251360 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,7 @@ AC_CHECK_FUNCS(mallinfo)
GOBJECT_INTROSPECTION_REQUIRE([1.38.0])
-common_packages="gmodule-2.0 gthread-2.0 gio-2.0 >= glib_required_version mozjs-17.0"
+common_packages="gmodule-2.0 gthread-2.0 gio-2.0 >= glib_required_version mozjs-24.1"
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"
diff --git a/gjs-1.0.pc.in b/gjs-1.0.pc.in
index a5f0df0..abd584c 100644
--- a/gjs-1.0.pc.in
+++ b/gjs-1.0.pc.in
@@ -10,7 +10,7 @@ gjs_console=${bindir}/gjs-console
Cflags: -I${includedir}/gjs-1.0
Requires: gobject-2.0
-Requires.private: gobject-introspection-1.0 mozjs-17.0
+Requires.private: gobject-introspection-1.0 mozjs-24.1
Libs: -L${libdir} -lgjs
Name: gjs-1.0
diff --git a/gjs-internals-1.0.pc.in b/gjs-internals-1.0.pc.in
index b6c8d4a..4c2330d 100644
--- a/gjs-internals-1.0.pc.in
+++ b/gjs-internals-1.0.pc.in
@@ -9,7 +9,7 @@ datadir= datadir@
jsdir= gjsjsdir@
Cflags: -I${includedir}/gjs-1.0
-Requires: gjs-1.0 gobject-introspection-1.0 mozjs-17.0
+Requires: gjs-1.0 gobject-introspection-1.0 mozjs-24.1
Name: gjs-internals-1.0
Description: Internal API for gjs (for modules and embedders); uses mozjs
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]