mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
Linking: Reduce library dependencies in welcome module
Welcome is only interested in checking partitions, not in resizing them, so stick to one library. This will become moot when the checks move to partitionmanager and KPMCore can do the things.
This commit is contained in:
parent
5e101bcbf9
commit
ad2edf4f82
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ set( CHECKER_SOURCES
|
|||
checker/partman_devices.c
|
||||
)
|
||||
set( CHECKER_LINK_LIBRARIES
|
||||
${LIBPARTED_LIBS}
|
||||
${LIBPARTED_LIBRARY}
|
||||
Qt5::DBus
|
||||
Qt5::Network
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue