tools/meson: static host and both libraries
authorRosen Penev <rosenp@gmail.com>
Wed, 21 Feb 2024 21:16:35 +0000 (13:16 -0800)
committerPaul Spooren <mail@aparcar.org>
Fri, 29 Mar 2024 22:42:22 +0000 (23:42 +0100)
commitd08ff66fcd786848dcb911a7cb529066a9130343
treed929ed8fcb23a0c616e2073a075a85f032e5e940
parentfcdc629144983cf5e3f5509e35149096aa2701b3
tools/meson: static host and both libraries

Host packages typically are statically linked to avoid rpath issues and
to avoid libraries not being found as a result. With target packages,
both libraries make the most sense as InstallDev typically installs
both, giving packages flexibility. Default this behavior.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
include/meson.mk