[libcalamares] Link publicly to yaml-cpp
Needed on FreeBSD, where you otherwise might not get the include paths for yaml-cpp added -- and utils/Yaml.h expects them to be there.
This commit is contained in:
parent
0cb6c89876
commit
c412e285c2
@ -148,8 +148,8 @@ calamares_automoc( calamares )
|
|||||||
target_link_libraries( calamares
|
target_link_libraries( calamares
|
||||||
LINK_PRIVATE
|
LINK_PRIVATE
|
||||||
${OPTIONAL_PRIVATE_LIBRARIES}
|
${OPTIONAL_PRIVATE_LIBRARIES}
|
||||||
yamlcpp
|
|
||||||
LINK_PUBLIC
|
LINK_PUBLIC
|
||||||
|
yamlcpp
|
||||||
Qt5::Core
|
Qt5::Core
|
||||||
KF5::CoreAddons
|
KF5::CoreAddons
|
||||||
${OPTIONAL_PUBLIC_LIBRARIES}
|
${OPTIONAL_PUBLIC_LIBRARIES}
|
||||||
|
@ -85,7 +85,7 @@ calamares_add_test(
|
|||||||
${JOB_SRC}
|
${JOB_SRC}
|
||||||
${CONFIG_SRC}
|
${CONFIG_SRC}
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
${USER_EXTRA_LIB}
|
|
||||||
Qt5::DBus # HostName job can use DBus to systemd
|
Qt5::DBus # HostName job can use DBus to systemd
|
||||||
${CRYPT_LIBRARIES} # SetPassword job uses crypt()
|
${CRYPT_LIBRARIES} # SetPassword job uses crypt()
|
||||||
|
${USER_EXTRA_LIB}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user