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(+) 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 @@ 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" -- cgit v1.2.3 x/commit/gnu/packages/plan9.scm?id=da5a777189b25a47516dd3f55283d80c4372d719'>commitdiff
path: root/gnu/packages/plan9.scm
AgeCommit message (Expand)Author
2024-07-25gnu: Add drawterm-wayland....宋文武
2024-07-25gnu: drawterm: Update to 20240703-1.f11139d....宋文武
2024-01-07plan9port: Update to 0.1.0-1.f8681ac....宋文武
2024-01-07plan9port: Install into "$output/plan9" instead of "$output"....宋文武