aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2020-08-07 15:48:24 +0200
committerKenny Levinsen <kl@kl.wtf>2020-08-07 15:50:27 +0200
commita98e0c4ce90347d37370f2debcbed8ae9678a990 (patch)
tree47f3d10b51f6329103c8878e5a53da10b192600c /meson.build
parent420f97300489f9fa10cea036c0d0f6d893c343d6 (diff)
seatd: Add command-line arguments
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 6d54a2b..49bd049 100644
--- a/meson.build
+++ b/meson.build
@@ -27,6 +27,7 @@ add_project_arguments(
'-Wl,--exclude-libs=ALL',
'-D_XOPEN_SOURCE=700',
'-D__BSD_VISIBLE',
+ '-DSEATD_VERSION="@0@"'.format(meson.project_version()),
],
language: 'c',
)