summaryrefslogtreecommitdiff
path: root/gjs-1.0.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* Update naming of mozjs libs for upstream changesTim Lunn2013-12-161-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=720157
* build: switch to mozjs-24Tim Lunn2013-12-051-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=711046
* Update pkg-config files for mozjs-17.0Rico Tzschichholz2013-03-261-1/+1
|
* change build version to mozjs188Tim Lunn2013-03-261-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=690982
* Require mozjs185Jasper St. Pierre2011-11-281-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=664360
* Separate "basic" API from "embedder/module" APIColin Walters2010-10-211-5/+3
| | | | | | | | | | | | | | | | | | | | | | Previously <gjs/gjs.h> pulled in a lot of stuff, and in particular, <gjs/jsapi-util.h>, which in turn required <jsapi.h>. For a simple app that wants to embed GJS we should not be pulling that in. So <gjs/gjs.h> is now the "simple" API that actually just includes <gjs/context.h>, suitable for creating a context and calling eval(). <gjs/gjs-module.h> is now equivalent to the old <gjs/gjs.h>, it pulls in the world. Also, create a corresponding .pc file, gjs-internals-1.0.pc. This one includes mozjs as Requires, and adds the requisite Cflags. For gjs-1.0.pc, change the Requires to simply be gobject-2.0. Conceptually, a gjs-devel RPM should not Require gobject-introspection-devel or xulrunner-devel, and a simple embedder program just using gjs_context_new()/gjs_context_eval() should not have DT_NEEDED on gobject-introspection-1.0.so or mozjs.so. https://bugzilla.gnome.org/show_bug.cgi?id=632795
* Export a mozjslibdir variable. Fix bug 585884.Marco Pesenti Gritti2009-06-151-0/+1
|
* substitute "-I${dir}" compiler flag fully, not just "${dir}" partTommi Komulainen2009-02-261-2/+1
| | | | | Makes it easier to omit extra flags completely in case extra include directory isn't actually needed.
* gjs-gi-1.0.pc.in: add a separate .pc for libgjs-gi.Lucas Almeida Rocha2008-10-201-1/+1
| | | | svn path=/trunk/; revision=31
* gjs-1.0.pc.in: link to libgjs-gi as well.Lucas Almeida Rocha2008-10-201-1/+1
| | | | svn path=/trunk/; revision=30
* Initial import.Lucas Almeida Rocha2008-10-101-0/+20
svn path=/trunk/; revision=2