1
0
Fork 0

QtDBus is used only by fcitx plugins now

This commit is contained in:
Ilya Fedin 2022-01-23 13:42:17 +04:00 committed by John Preston
parent bc4e6aee9c
commit e617e4ba43

View file

@ -38,7 +38,9 @@ if (LINUX)
endif()
endif()
if (NOT DESKTOP_APP_DISABLE_DBUS_INTEGRATION)
if ((NOT DESKTOP_APP_USE_PACKAGED
OR (DESKTOP_APP_USE_PACKAGED AND DESKTOP_APP_USE_PACKAGED_LAZY))
AND NOT DESKTOP_APP_DISABLE_DBUS_INTEGRATION)
if (DESKTOP_APP_QT6)
find_package(Qt6 COMPONENTS DBus REQUIRED)
else()