[gjs] Update naming of mozjs libs for upstream changes



commit c64d18fdb810e2ce6893451287873aaaaff5da59
Author: Tim Lunn <tim feathertop org>
Date:   Tue Dec 10 10:41:25 2013 +1100

    Update naming of mozjs libs for upstream changes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720157

 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 b63534b..4e006a7 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-24.1"
+common_packages="gmodule-2.0 gthread-2.0 gio-2.0 >= glib_required_version mozjs-24"
 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 abd584c..8a5d47b 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-24.1
+Requires.private: gobject-introspection-1.0 mozjs-24
 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 4c2330d..4d88d82 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-24.1
+Requires: gjs-1.0 gobject-introspection-1.0 mozjs-24
 
 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]