[gnome-music] build: Fix gjs-1.0 check
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] build: Fix gjs-1.0 check
- Date: Wed, 29 May 2013 16:33:22 +0000 (UTC)
commit e1c9a306305cd652160ab3d26663238b91cb70ee
Author: Bastien Nocera <hadess hadess net>
Date: Wed May 29 18:32:54 2013 +0200
build: Fix gjs-1.0 check
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b2bab05..33e944e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ fi
# gjs' devel package will be required at "compile-time"
GJS_MIN_VERSION=1.37.0
-PKG_CHECK_MODULES(GJS, gjs-1.0.pc >= $GJS_MIN_VERSION)
+PKG_CHECK_MODULES(GJS, gjs-1.0 >= $GJS_MIN_VERSION)
GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0`
AC_SUBST(GLIB_COMPILE_RESOURCES)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]