Require Kirigami2 dependency

--this way we make sure that kirigami2 is installed
and afterwards we can easily check kde frameworks version
which needs to be >= 5.69 in order to support
ShadowedRectangle
pull/19/head
Michail Vourlakos 5 years ago
parent 1142950f69
commit 77828307b0

@ -20,8 +20,8 @@ set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED NO_MODULE COMPONENTS DBus Gui Qml Quick)
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
Activities Archive CoreAddons GuiAddons Crash DBusAddons Declarative GlobalAccel I18n
IconThemes KIO NewStuff Notifications Plasma PlasmaQuick Wayland WindowSystem XmlGui)
Activities Archive CoreAddons GuiAddons Crash DBusAddons Declarative GlobalAccel Kirigami2
I18n IconThemes KIO NewStuff Notifications Plasma PlasmaQuick Wayland WindowSystem XmlGui)
find_package(X11 REQUIRED)
set_package_properties(X11 PROPERTIES DESCRIPTION "X11 libraries"

@ -41,6 +41,7 @@ Minimum requirements:
KF5GuiAddons >= 5.38.0
KF5DBusAddons >= 5.38.0
KF5Declarative >= 5.38.0
KF5Kirigami2 >= 5.38.0
KF5Wayland >= 5.38.0
KF5Package >= 5.38.0
KF5XmlGui >= 5.38.0

Loading…
Cancel
Save