summaryrefslogtreecommitdiff
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:13:50 +0200
commit4d6443b59519bb1034e2ac2a9ec5db76d245ef86 (patch)
tree3dc44dcc0937ea645cb30df6ff0a053e8607c89b
parent66f50505563ed524f1f915775f3828bd73215522 (diff)
downloaddleyna-server-4d6443b59519bb1034e2ac2a9ec5db76d245ef86.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>
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index d454cb4..8da6882 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])