From efa7cb33e68801059ddbadcd95df46bbae865eb4 Mon Sep 17 00:00:00 2001 From: Emanuele Aina Date: Tue, 4 Jun 2013 16:37:19 +0200 Subject: [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. --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure.ac') 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"]) -- cgit v1.2.1