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:
Adriaan de Groot 2017-10-24 12:50:50 -04:00
parent 5e101bcbf9
commit ad2edf4f82

View file

@ -12,7 +12,7 @@ set( CHECKER_SOURCES
checker/partman_devices.c
)
set( CHECKER_LINK_LIBRARIES
${LIBPARTED_LIBS}
${LIBPARTED_LIBRARY}
Qt5::DBus
Qt5::Network
)