gnu: qt: Explicitly link with the dbus library.

* gnu/packages/qt.scm (qt, qt-4): Add a configure flag to link explicitly
    with dbus.
master
Andreas Enge 2014-11-04 15:41:20 +01:00
parent 773bab64e8
commit ff0a8c590d
1 changed files with 4 additions and 0 deletions

View File

@ -124,6 +124,8 @@ X11 (yet).")
"-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 @@ developers using C++ or QML, a CSS & JavaScript like language.")
"-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"