adding KWindowSystem to try and fix wayland issues

This commit is contained in:
Chris Cochrun 2023-01-10 09:38:53 -06:00
parent f70dc7722b
commit 9120f6cca4
2 changed files with 21 additions and 2 deletions

View file

@ -30,7 +30,7 @@ include(ECMPoQmTools)
kde_enable_exceptions()
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui QuickControls2 Widgets Sql X11Extras QmlImportScanner)
find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS Kirigami2 I18n Archive CoreAddons)
find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS Kirigami2 WindowSystem I18n Archive CoreAddons)
find_package(Libmpv)
set_package_properties(Libmpv PROPERTIES TYPE REQUIRED)
@ -109,6 +109,7 @@ target_link_libraries(${CRATE} INTERFACE
KF5::I18n
KF5::Archive
KF5::CoreAddons
KF5::WindowSystem
podofo
mpv
)