[grilo-plugins/0.2.x] build: Remove grilo/grilo-net version dependency
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins/0.2.x] build: Remove grilo/grilo-net version dependency
- Date: Mon, 3 Sep 2012 10:56:56 +0000 (UTC)
commit c54e2e8fea13a92416c8fdc4312819fb3a99c513
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date: Mon Sep 3 10:19:29 2012 +0000
build: Remove grilo/grilo-net version dependency
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0085859..cb55ce6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,7 +87,7 @@ fi
PKG_CHECK_MODULES([DEPS], glib-2.0 >= 2.28 \
gobject-2.0 \
gmodule-2.0 \
- ${GRL_NAME} >= 0.2.0)
+ ${GRL_NAME})
# ----------------------------------------------------------
# DEFINITIONS
@@ -103,7 +103,7 @@ AC_DEFINE_UNQUOTED(GRL_PLUGINS_DIR, "$GRL_PLUGINS_DIR", [Plugins directory])
# EXTERNAL/OPTIONAL DEPENDENCIES
# ----------------------------------------------------------
-PKG_CHECK_MODULES([GRLNET], [${GRLNET_NAME} >= 0.2.0],
+PKG_CHECK_MODULES([GRLNET], [${GRLNET_NAME}],
HAVE_GRLNET=yes,
HAVE_GRLNET=no)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]