emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69264: closed ([PATCH] gnu: qtwayland: Add search path for QT_PLUGIN


From: GNU bug Tracking System
Subject: bug#69264: closed ([PATCH] gnu: qtwayland: Add search path for QT_PLUGIN_PATH.)
Date: Fri, 01 Mar 2024 06:26:02 +0000

Your message dated Fri, 01 Mar 2024 14:20:12 +0800
with message-id <87wmqm323n.wl-hako@ultrarare.space>
and subject line Re: bug#69264: Acknowledgement ([PATCH] gnu: qtwayland: Add 
search path for QT_PLUGIN_PATH.)
has caused the debbugs.gnu.org bug report #69264,
regarding [PATCH] gnu: qtwayland: Add search path for QT_PLUGIN_PATH.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69264: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69264
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: qtwayland: Add search path for QT_PLUGIN_PATH. Date: Mon, 19 Feb 2024 15:40:28 +0800
* gnu/packages/qt.scm (qtwayland)[native-search-paths]: Add QT_PLUGIN_PATH.

Change-Id: I264114e994099e1b46ccddcee956ced929bd6a7e
---
 gnu/packages/qt.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index c501219437..761d12e31f 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1906,6 +1906,10 @@ (define-public qtwayland
            qtbase
            vulkan-headers
            wayland))
+    (native-search-paths
+     (list (search-path-specification
+            (variable "QT_PLUGIN_PATH")
+            (files '("lib/qt6/plugins")))))
     (synopsis "Qt Wayland module")
     (description "The Qt Wayland module provides the QtWayland client and
 compositor libraries.")

base-commit: e3586aa61d58fd8992abb594edc2168d5bf5a6da
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#69264: Acknowledgement ([PATCH] gnu: qtwayland: Add search path for QT_PLUGIN_PATH.) Date: Fri, 01 Mar 2024 14:20:12 +0800
Applied as 24eabd1eff34673d4a93edf16f92c444cdc1ac3f, closing.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]