[grilo] build: conditional creation of grl-net.pc files
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] build: conditional creation of grl-net.pc files
- Date: Wed, 23 Nov 2011 17:12:11 +0000 (UTC)
commit 99303e4204d5a38edee4054f0c52c42cd568eb18
Author: VÃctor Manuel JÃquez Leal <vjaquez igalia com>
Date: Tue Nov 22 16:57:16 2011 +0100
build: conditional creation of grl-net.pc files
If libsoup is not available, then the grl-net library will not be built. Hence
we shall not create the grl-net.pc files. Otherwise we will compile plugins
that will not be able to be loaded.
Signed-off-by: VÃctor Manuel JÃquez Leal <vjaquez igalia com>
configure.ac | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2e61724..7d7b4c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -253,12 +253,14 @@ AC_SUBST([builddir])
# OUTPUT
# ----------------------------------------------------------
+if test "x$HAVE_LIBSOUP" = "xyes"; then
+ AC_CONFIG_FILES([grilo-net-uninstalled.pc grilo-net-0.2.pc])
+fi
+
AC_CONFIG_FILES([
Makefile
grilo-uninstalled.pc
grilo-0.2.pc
- grilo-net-uninstalled.pc
- grilo-net-0.2.pc
src/Makefile
tests/Makefile
tests/python/Makefile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]