edid-decode: build: add support for building with meson
commitcdf81907def8658a66041a76ef2542e9a888cbed
authorSebastian Wick <sebastian.wick@redhat.com>
Tue, 2 Apr 2024 20:13:47 +0000 (2 22:13 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Fri, 10 May 2024 09:23:08 +0000 (10 11:23 +0200)
tree1ae034a6f09824fb603a2a0171e5aeffded1f1e4
parent3d635499e4aca3319f0796ba787213c981c5a770
edid-decode: build: add support for building with meson

This also removes the old Makefile based build-system.

The immediate reason for adding support for meson is that this allows us
to include edid-decode as a subproject in libdisplay-info.

v3:
 * Declare a meson variable for the executable to make it possible to
   get it via subproject.get_variable()
v2:
 * Remove the make build-system
 * Adjust the README on how to build/install with meson
 * Fix installing for the wasm-build

Signed-off-by: Sebastian Wick <sebastian.wick@redhat.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Makefile [deleted file]
README
emscripten/wasm-crossfile.txt [new file with mode: 0644]
meson.build [new file with mode: 0644]