summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2013-06-04 16:37:19 +0200
committerRegis Merlino <regis.merlino@intel.com>2013-06-05 16:28:05 +0200
commitefa7cb33e68801059ddbadcd95df46bbae865eb4 (patch)
tree3651bf125c72d377cd989012e460348db5f921db /configure.ac
parent1e68f3a7107b7f17593836344dde22de942993fe (diff)
downloaddleyna-renderer-efa7cb33e68801059ddbadcd95df46bbae865eb4.tar.gz
[Build] Do not require dbus and dleyna-connector-dbus at build time
DBus and the DBus connector are only needed at runtime and dropping the pkg-config checks in ./configure allows the build to succeed even in restricted build environment with minimal dependecies.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 485edf9..9bf518a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -198,12 +198,6 @@ AC_ARG_ENABLE(lib-only,
[],
[enable_lib_only=no])
-AS_IF([test "x$enable_lib_only" = "xno"],
- [
- PKG_CHECK_MODULES([DBUS], [dbus-1], [], [enable_lib_only=yes]);
- PKG_CHECK_MODULES([DLEYNA_CONNECTOR_DBUS], [dleyna-connector-dbus-1.0])
- ])
-
AM_CONDITIONAL([BUILD_SERVER], [test "x$enable_lib_only" = "xno"])