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.
main
Adriaan de Groot 8 years ago
parent 5e101bcbf9
commit ad2edf4f82

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

Loading…
Cancel
Save