From: Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> You can build the static library by running meson configure -Ddefault_library=both or static. This reverts commit 5216f3f1bbb70aef463b6cd78dbbb0f4c4c71606. Signed-off-by: Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> --- libfdt/meson.build | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libfdt/meson.build b/libfdt/meson.build index 71f29b61e870..0307ffb8d7b9 100644 --- a/libfdt/meson.build +++ b/libfdt/meson.build @@ -24,11 +24,6 @@ libfdt = library( install: true, ) -libfdt_a = static_library( - 'fdt', sources, - install: true, -) - libfdt_inc = include_directories('.') libfdt_dep = declare_dependency( -- 2.34.1.8.g35151cf07204