[gjs/wip/mozjs-188] update build version to use new mozjs library naming.



commit e1d2e339c32126b92bff3d6b3a7e3a6ea7c77a0f
Author: Tim Lunn <tim feathertop org>
Date:   Mon Feb 11 11:16:24 2013 +1100

    update build version to use new mozjs library naming.
    
    The forthcoming spidermonkey release is switching to using firefox
    versions for spidermonkey. The new library will be 'mozjs-17.0'

 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 a658697..7448aa1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -94,7 +94,7 @@ CFLAGS="$save_CFLAGS"
 
 GOBJECT_INTROSPECTION_REQUIRE([1.33.10])
 
-common_packages="gmodule-2.0 gthread-2.0 gio-2.0 >= glib_required_version mozjs188"
+common_packages="gmodule-2.0 gthread-2.0 gio-2.0 >= glib_required_version mozjs-17.0"
 gjs_packages="gobject-introspection-1.0 libffi $common_packages"
 gjs_cairo_gobject_packages="cairo-gobject $common_packages"
 gjs_cairo_packages="cairo $common_packages"
diff --git a/gjs-1.0.pc.in b/gjs-1.0.pc.in
index ad85fa3..a5f0df0 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 mozjs188
+Requires.private: gobject-introspection-1.0 mozjs-17.0
 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 7a86f66..7d92cff 100644
--- a/gjs-internals-1.0.pc.in
+++ b/gjs-internals-1.0.pc.in
@@ -10,7 +10,7 @@ jsdir= gjsjsdir@
 jsnativedir= gjsnativedir@
 
 Cflags: -I${includedir}/gjs-1.0
-Requires: gjs-1.0 gobject-introspection-1.0 mozjs188
+Requires: gjs-1.0 gobject-introspection-1.0 mozjs-17.0
 
 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]