]> git.ipfire.org Git - thirdparty/kmod.git/commit
meson: remove default install:false for static libs
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 29 Jan 2026 11:08:17 +0000 (11:08 +0000)
committerLucas De Marchi <demarchi@kernel.org>
Tue, 3 Feb 2026 04:59:03 +0000 (22:59 -0600)
commit0298ca268232d3f8a74607da4f868491e15eb96d
treee85b847e6d886ef7f3fa29c6718ae4d0896b80ef
parente041c29f334e90bc9cf93982b7d5c97d2bc9d443
meson: remove default install:false for static libs

The default for install is false... for static/shared libraries and
executables at least. The documentation for custom_target doesn't
specify.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Lucas De Marchi <demarchi@kernel.org>
Link: https://github.com/kmod-project/kmod/pull/pull/400
Signed-off-by: Lucas De Marchi <demarchi@kernel.org>
meson.build
testsuite/meson.build