mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue