Build partition tools and their dependencies with meson and ninja
authorŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 26 Sep 2023 23:36:26 +0000 (01:36 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 27 Sep 2023 08:56:56 +0000 (10:56 +0200)
commitd28622b7e58855ad240f8ab0f4b478886b792a07
treebf4ea8714c9c3b8f4452b2846cc18682ac5b5482
parentc2b1f05d6fa469855da5000ff5e5261e87a08447
Build partition tools and their dependencies with meson and ninja

The meson.build files added in this commit replicate content of make.sh
as closely as possible.
lib/base/meson.build [new file with mode: 0644]
lib/boringssl/meson.build [new file with mode: 0644]
lib/ext4_utils/meson.build [new file with mode: 0644]
lib/liblog/meson.build [new file with mode: 0644]
lib/liblp/meson.build [new file with mode: 0644]
lib/libsparse/meson.build [new file with mode: 0644]
lib/protobuf/meson.build [new file with mode: 0644]
lib/zlib/meson.build [new file with mode: 0644]
make.sh
meson.build [new file with mode: 0644]