gjs r31 - trunk
- From: lucasr svn gnome org
- To: svn-commits-list gnome org
- Subject: gjs r31 - trunk
- Date: Mon, 20 Oct 2008 09:47:17 +0000 (UTC)
Author: lucasr
Date: Mon Oct 20 09:47:17 2008
New Revision: 31
URL: http://svn.gnome.org/viewvc/gjs?rev=31&view=rev
Log:
gjs-gi-1.0.pc.in: add a separate .pc for libgjs-gi.
Added:
trunk/gjs-gi-1.0.pc.in
- copied, changed from r30, /trunk/gjs-1.0.pc.in
Modified:
trunk/Makefile-gi.am
trunk/configure.ac
trunk/gjs-1.0.pc.in
Modified: trunk/Makefile-gi.am
==============================================================================
--- trunk/Makefile-gi.am (original)
+++ trunk/Makefile-gi.am Mon Oct 20 09:47:17 2008
@@ -39,3 +39,10 @@
gi/param.c \
gi/repo.c \
gi/value.c
+
+########################################################################
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = gjs-gi-1.0.pc
+
+EXTRA_DIST += \
+ gjs-gi-1.0.pc.in
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon Oct 20 09:47:17 2008
@@ -86,5 +86,5 @@
PKG_CHECK_MODULES([GJSTESTS], [$gjstests_packages])
GJSTESTS_CFLAGS="$GJSTESTS_CFLAGS -I$js_include_dir"
-AC_CONFIG_FILES([Makefile gjs-1.0.pc])
+AC_CONFIG_FILES([Makefile gjs-1.0.pc gjs-gi-1.0.pc])
AC_OUTPUT
Modified: trunk/gjs-1.0.pc.in
==============================================================================
--- trunk/gjs-1.0.pc.in (original)
+++ trunk/gjs-1.0.pc.in Mon Oct 20 09:47:17 2008
@@ -13,7 +13,7 @@
Cflags: -I${includedir}/gjs-1.0 -I${js_include_dir}
Requires: gobject-introspection-1.0 @JS_PACKAGE@
-Libs: -L${libdir} -lgjs -lgjs-gi
+Libs: -L${libdir} -lgjs
Name: gjs-1.0
Description: JS bindings for GObjects
Copied: trunk/gjs-gi-1.0.pc.in (from r30, /trunk/gjs-1.0.pc.in)
==============================================================================
--- /trunk/gjs-1.0.pc.in (original)
+++ trunk/gjs-gi-1.0.pc.in Mon Oct 20 09:47:17 2008
@@ -7,14 +7,10 @@
datadir= datadir@
js_include_dir= js_include_dir@
-gjs_console=${bindir}/gjs-console
-jsdir= gjsjsdir@
-jsnativedir= gjsnativedir@
-
Cflags: -I${includedir}/gjs-1.0 -I${js_include_dir}
-Requires: gobject-introspection-1.0 @JS_PACKAGE@
-Libs: -L${libdir} -lgjs -lgjs-gi
+Requires: gjs-1.0
+Libs: -L${libdir} -lgjs-gi
-Name: gjs-1.0
-Description: JS bindings for GObjects
+Name: gjs-gi-1.0
+Description: GObject Introspection for Javascript
Version: @VERSION@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]