gnu: qt: Explicitly link with the dbus library.

* gnu/packages/qt.scm (qt, qt-4): Add a configure flag to link explicitly
    with dbus.
This commit is contained in:
Andreas Enge 2014-11-04 15:41:20 +01:00
parent 773bab64e8
commit ff0a8c590d

View file

@ -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"