mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-05 05:15:38 -04:00
[fsresizer] Just right now it doesn't need KPMCore
- Drop the dependency while developing the configuration parser part of the module and writing initial tests.
This commit is contained in:
parent
fa567f917a
commit
cdfb55e5cf
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ find_package( KPMcore 3.3 )
|
||||||
find_package( Qt5 REQUIRED DBus ) # Needed for KPMCore
|
find_package( Qt5 REQUIRED DBus ) # Needed for KPMCore
|
||||||
find_package( KF5 REQUIRED I18n WidgetsAddons ) # Needed for KPMCore
|
find_package( KF5 REQUIRED I18n WidgetsAddons ) # Needed for KPMCore
|
||||||
|
|
||||||
if ( KPMcore_FOUND )
|
if ( 1 ) # KPMcore_FOUND )
|
||||||
if ( KPMcore_VERSION VERSION_GREATER "3.3.0")
|
if ( KPMcore_VERSION VERSION_GREATER "3.3.0")
|
||||||
add_definitions(-DWITH_KPMCOREGT33) # kpmcore greater than 3.3
|
add_definitions(-DWITH_KPMCOREGT33) # kpmcore greater than 3.3
|
||||||
endif()
|
endif()
|
||||||
|
@ -18,7 +18,7 @@ if ( KPMcore_FOUND )
|
||||||
SOURCES
|
SOURCES
|
||||||
ResizeFSJob.cpp
|
ResizeFSJob.cpp
|
||||||
LINK_PRIVATE_LIBRARIES
|
LINK_PRIVATE_LIBRARIES
|
||||||
kpmcore
|
# kpmcore
|
||||||
calamares
|
calamares
|
||||||
SHARED_LIB
|
SHARED_LIB
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue