summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRegis Merlino <regis.merlino@intel.com>2013-06-05 16:39:14 +0200
committerRegis Merlino <regis.merlino@intel.com>2013-06-05 17:06:11 +0200
commite522cbbbcacc2e0c0b968c435ec3ca25bf74aa20 (patch)
tree9aa9ad6f9af5b96576c7a8e259643a2bfa0ce2eb /configure.ac
parentfba3e791afc7fab46f9044f6e30c0cc230e56cee (diff)
downloaddleyna-server-e522cbbbcacc2e0c0b968c435ec3ca25bf74aa20.tar.gz
[Build] Do not require dbus and dleyna-connector-dbus at build time
This is a port of commit: https://github.com/01org/dleyna-renderer/commit/efa7cb33e68801059ddbadcd95df46bbae865eb4 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. Signed-off-by: Regis Merlino <regis.merlino@intel.com>
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 8421139..4641653 100644
--- a/configure.ac
+++ b/configure.ac
@@ -199,12 +199,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"])
AC_DEFINE([DLEYNA_SERVER_OBJECT], "/com/intel/dLeynaServer", [Name of object exposed by dleyna-server])