diff options
| author | Arslaan Pathan <[email protected]> | 2026-05-10 18:57:59 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-05-10 18:57:59 +1200 |
| commit | 39582a268399762fe57764891cbd09ca7f434ae4 (patch) | |
| tree | 7046ba8076f606d70b1f811e712e2489caea78fc /meson.build | |
| download | ihatewayland-39582a268399762fe57764891cbd09ca7f434ae4.tar.xz ihatewayland-39582a268399762fe57764891cbd09ca7f434ae4.zip | |
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meson.build b/meson.build new file mode 100644 index 0000000..4c23735 --- /dev/null +++ b/meson.build @@ -0,0 +1,5 @@ +project('i-hate-wayland', 'c') + +beaker_dep = declare_dependency(link_args: ['-lbeaker']) + +executable('i-hate-wayland', 'main.c', dependencies: beaker_dep) |
