devtools: remove useless files from ABI reference
authorThomas Monjalon <thomas@monjalon.net>
Sun, 24 May 2020 17:43:41 +0000 (19:43 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Fri, 3 Jul 2020 08:10:22 +0000 (10:10 +0200)
commit0b8086ce3fe7f9eea67c476129e78c04ae2b1679
treed68f69a4c3582155ed31c7acc09a7d2dd105b558
parent43e73483a4b80f7a7673ab6656c2159ed768ca07
devtools: remove useless files from ABI reference

When building an ABI reference with meson, some static libraries
are built and linked in apps. They are useless and take a lot of space.
Those binaries, and other useless files (examples and doc files)
in the share/ directory, are removed after being installed.

In order to save time when building the ABI reference,
the examples (which are not installed anyway) are not compiled.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: David Marchand <david.marchand@redhat.com>
devtools/test-meson-builds.sh