mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-16 12:24:31 -04:00
Bump KPMcore requirement.
This commit is contained in:
parent
0ad819e301
commit
e10034c670
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ Modules:
|
|||
* partition:
|
||||
* extra-cmake-modules
|
||||
* KF5: KCoreAddons, KConfig, KI18n, KIconThemes, KIO, KService
|
||||
* KPMcore >= 2.2
|
||||
* KPMcore >= 3.0
|
||||
* bootloader:
|
||||
* systemd-boot or GRUB
|
||||
* unpackfs:
|
||||
|
|
|
@ -10,7 +10,7 @@ find_package( KF5 REQUIRED CoreAddons )
|
|||
# These are needed because KPMcore links publicly against ConfigCore, I18n, IconThemes, KIOCore and Service
|
||||
find_package( KF5 REQUIRED Config I18n IconThemes KIO Service )
|
||||
|
||||
find_package( KPMcore 2.9.90 REQUIRED )
|
||||
find_package( KPMcore 3.0.0 REQUIRED )
|
||||
|
||||
add_subdirectory( tests )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue