From ca7661b9adb1f9c9e329ea555417253208be15b7 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Thu, 4 May 2017 18:25:02 +0200 Subject: Get rid of the libdbus compile-time dependency Change-Id: Ied8662ece1181cd4b30f4574f2b81ec9b03f916e Reviewed-by: Dominik Holland --- qmake-features/am-config.prf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qmake-features') diff --git a/qmake-features/am-config.prf b/qmake-features/am-config.prf index 5b475d32..f2495d66 100644 --- a/qmake-features/am-config.prf +++ b/qmake-features/am-config.prf @@ -17,7 +17,7 @@ headless:DEFINES *= AM_HEADLESS linux:!disable-libbacktrace:if(enable-libbacktrace|CONFIG(debug, debug|release)):DEFINES *= AM_USE_LIBBACKTRACE !force-single-process { - linux:config_libdbus { + linux { headless|qtHaveModule(compositor)|if(qtHaveModule(waylandcompositor):qtHaveModule(waylandcompositor-private)) { CONFIG *= auto-multi-process } -- cgit v1.2.1