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:
parent
773bab64e8
commit
ff0a8c590d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue