From ff0a8c590d0f377824aadcc06424ee285086ff5f Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Tue, 4 Nov 2014 15:41:20 +0100 Subject: gnu: qt: Explicitly link with the dbus library. * gnu/packages/qt.scm (qt, qt-4): Add a configure flag to link explicitly with dbus. --- gnu/packages/qt.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnu/packages/qt.scm') diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 391cfac77e..5fe01e27c6 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -124,6 +124,8 @@ (define-public qt "-prefix" out "-opensource" "-confirm-license" + ;; explicitly link with dbus instead of dlopening it + "-dbus-linked" ;; drop special machine instructions not supported ;; on all instances of the target ,@(if (string-prefix? "x86_64" @@ -191,6 +193,8 @@ (define-public qt-4 "-prefix" out "-opensource" "-confirm-license" + ;; explicitly link with dbus instead of dlopening it + "-dbus-linked" ;; drop special machine instructions not supported ;; on all instances of the target ,@(if (string-prefix? "x86_64" -- cgit v1.2.3