Skip to content
Snippets Groups Projects
Commit 925c69cd authored by Tristan Matthews's avatar Tristan Matthews
Browse files

daemon: fix build for --without-dbus

Refs:# 48032
parent 61c48620
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,11 @@ unittest:
endif
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src ringtones man $(TESTS_DIR) doc bin
SUBDIRS = src ringtones man $(TESTS_DIR) doc
if SFL_DBUS
SUBDIRS += bin
endif
EXTRA_DIST = m4/libtool.m4 \
m4/lt~obsolete.m4 \
......
......@@ -264,7 +264,9 @@ AS_IF([test "x$with_dbus" = "xyes"], [
AS_IF([test "x$CLANG" = "xyes"], [
AC_MSG_ERROR([dbus does not compile when clang is used, rerun with --without-dbus])
]);
]);
AM_CONDITIONAL(SFL_DBUS, true)],
AM_CONDITIONAL(SFL_DBUS, false));
dnl Video is default-enabled
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment