From 3a83715c2adb99c98867144690452074b3788b54 Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 10 Mar 2026 11:01:07 +0000 Subject: [PATCH] depends: link to upstream qt issue Follows up to: https://github.com/bitcoin/bitcoin/pull/34650#discussion_r2837726376. https://qt-project.atlassian.net/browse/QTBUG-144864 --- depends/packages/qt.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/depends/packages/qt.mk b/depends/packages/qt.mk index 8d5ddfb89a8..5571992e4da 100644 --- a/depends/packages/qt.mk +++ b/depends/packages/qt.mk @@ -206,8 +206,8 @@ $(package)_cmake_opts += -DCMAKE_DISABLE_FIND_PACKAGE_WrapSystemMd4c=TRUE $(package)_cmake_opts += -DCMAKE_DISABLE_FIND_PACKAGE_WrapZSTD=TRUE endif ifeq ($(host_os),linux) -# For some reason, the `-dbus-runtime` configure -# option does not work as expected. +# The `-dbus-runtime` configure option does not work +# https://qt-project.atlassian.net/browse/QTBUG-144864 $(package)_cmake_opts += -DINPUT_dbus=runtime endif ifeq ($(host_os),darwin)