[tracker] libtracker-control: _CFLAGS and _LIBS were not defined properly
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] libtracker-control: _CFLAGS and _LIBS were not defined properly
- Date: Wed, 2 Jul 2014 15:27:59 +0000 (UTC)
commit 8ee897325dc5907c771e5e8577eb3f9ec4571c0e
Author: Martyn Russell <martyn lanedo com>
Date: Wed Jul 2 16:26:35 2014 +0100
libtracker-control: _CFLAGS and _LIBS were not defined properly
This was causing the docs to fail to build in sandbox conditions
configure.ac | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index dba1d91..ae805ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -275,6 +275,12 @@ LIBTRACKER_MINER_REQUIRED="glib-2.0 >= $GLIB_REQUIRED
PKG_CHECK_MODULES(LIBTRACKER_MINER, [$LIBTRACKER_MINER_REQUIRED])
+# Check requirements for libtracker-control
+LIBTRACKER_CONTROL_REQUIRED="glib-2.0 >= $GLIB_REQUIRED
+ gio-unix-2.0 >= $GLIB_REQUIRED"
+
+PKG_CHECK_MODULES(LIBTRACKER_CONTROL, [$LIBTRACKER_CONTROL_REQUIRED])
+
# Check requirements for libtracker-sparql
LIBTRACKER_SPARQL_REQUIRED="glib-2.0 >= $GLIB_REQUIRED
gio-unix-2.0 >= $GLIB_REQUIRED
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]