[gjs/wip/ptomato/mozjs31: 6/8] WIP - mozjs31
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/wip/ptomato/mozjs31: 6/8] WIP - mozjs31
- Date: Sun, 18 Sep 2016 03:14:54 +0000 (UTC)
commit d8ead26840eb6f8c1318de579b05d77962fba266
Author: Philip Chimento <philip endlessm com>
Date: Thu Sep 1 18:41:45 2016 -0700
WIP - mozjs31
configure.ac | 2 +-
gjs-internals-1.0.pc.in | 2 +-
gjs/compat.h | 1 -
3 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 66d0d3b..f3d1539 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,7 +76,7 @@ AC_CHECK_FUNCS(mallinfo)
GOBJECT_INTROSPECTION_REQUIRE([1.41.4])
-common_packages="gmodule-2.0 gthread-2.0 gio-2.0 >= glib_required_version mozjs-24"
+common_packages="gmodule-2.0 gthread-2.0 gio-2.0 >= glib_required_version mozjs-31"
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-internals-1.0.pc.in b/gjs-internals-1.0.pc.in
index 4d88d82..cf6726d 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
+Requires: gjs-1.0 gobject-introspection-1.0 mozjs-31
Name: gjs-internals-1.0
Description: Internal API for gjs (for modules and embedders); uses mozjs
diff --git a/gjs/compat.h b/gjs/compat.h
index 510703c..84a288d 100644
--- a/gjs/compat.h
+++ b/gjs/compat.h
@@ -35,7 +35,6 @@ _Pragma("GCC diagnostic ignored \"-Wstrict-prototypes\"")
_Pragma("GCC diagnostic ignored \"-Winvalid-offsetof\"")
#endif
#include <jsapi.h>
-#include <jsdbgapi.h> // Needed by some bits
#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6)
_Pragma("GCC diagnostic pop")
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]