[gnome-documents] build: add gjs-1.0 to the pkgconfig dependencies
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] build: add gjs-1.0 to the pkgconfig dependencies
- Date: Mon, 16 Jan 2012 16:47:19 +0000 (UTC)
commit 02ad66032f16aaf6e4bf4680f1d4ea6fc49c1db8
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Jan 16 11:46:06 2012 -0500
build: add gjs-1.0 to the pkgconfig dependencies
Since we use it to find out the gjs_console variable.
https://bugzilla.gnome.org/show_bug.cgi?id=666929
configure.ac | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 17914f5..fcfd336 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,9 +44,6 @@ AC_PROG_LIBTOOL
## don't rerun to this point if we abort
AC_CACHE_SAVE
-GJS_CONSOLE=`$PKG_CONFIG --variable=gjs_console gjs-1.0`
-AC_SUBST(GJS_CONSOLE)
-
GLIB_GSETTINGS
AC_CHECK_LIBM
@@ -65,6 +62,7 @@ PKG_CHECK_MODULES(DOCUMENTS,
clutter-gtk-1.0 >= $CLUTTER_GTK_MIN_VERSION
evince-document-3.0 >= $EVINCE_MIN_VERSION
evince-view-3.0 >= $EVINCE_MIN_VERSION
+ gjs-1.0
glib-2.0 >= $GLIB_MIN_VERSION
gobject-introspection-1.0 >= $GOBJECT_INTROSPECTION_MIN_VERSION
gtk+-3.0 >= $GTK_MIN_VERSION
@@ -82,6 +80,9 @@ PKG_CHECK_MODULES(MINER,
libgdata >= $GDATA_MIN_VERSION
oauth)
+GJS_CONSOLE=`$PKG_CONFIG --variable=gjs_console gjs-1.0`
+AC_SUBST(GJS_CONSOLE)
+
AC_CONFIG_FILES([
Makefile
src/Makefile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]