]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
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)
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

index 87fb83776c5fc796ed310df2a99a541f089a051e..81e92115a48f02cc385b331278b6ceb9f0389f53 100644 (file)
@@ -351,7 +351,6 @@ libshared = static_library(
     'shared/tmpfile-util.h',
   ),
   gnu_symbol_visibility : 'hidden',
-  install : false,
 )
 
 libkmod_files = files(
@@ -423,7 +422,6 @@ libkmod_internal = static_library(
   'kmod-internal',
   objects : libkmod.extract_all_objects(recursive : true),
   dependencies : libkmod_deps + cdeps,
-  install : false,
 )
 
 kmod_sources = files(
index b4810aedd75800cf7ce6efd4267ae57e175d325d..5985ae0d6b724e43a578fb5e3e9861a626f2148b 100644 (file)
@@ -74,7 +74,6 @@ libtestsuite = static_library(
   c_args : testsuite_c_args,
   dependencies : cc.find_library('rt'),
   build_by_default : false,
-  install : false,
 )
 
 _testsuite = [