aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDaniel Eklöf <daniel@ekloef.se>2024-08-02 15:36:38 +0200
committerDaniel Eklöf <daniel@ekloef.se>2024-08-02 15:36:38 +0200
commit65e94ffae271dc9ef75f5227d8ec647b1dd428bd (patch)
tree5ef0dc58dcac9f4c8709186b8c5ce0d5c0d7a82e /meson.build
parent0ed574cdf5bd31999145dd025ac110c0880c012f (diff)
downloadwbg-65e94ffae271dc9ef75f5227d8ec647b1dd428bd.tar.gz
wbg: use getopt() for option parsing, add help and version options
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 677421b..7b7e795 100644
--- a/meson.build
+++ b/meson.build
@@ -158,6 +158,7 @@ executable(
'log.c', 'log.h',
'shm.c', 'shm.h',
'stride.h',
+ 'wbg-features.h',
image_format_sources,
wl_proto_src + wl_proto_headers, version,
dependencies: [pixman, png, jpg, jxl, jxl_threads, webp, svg, wayland_client, tllist],