summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-12-05 12:35:51 -0500
committerLibravatar GitHub <noreply@github.com>2017-12-05 12:35:51 -0500
commit3fe64482bb269a3dcceeaf1107b9d59dc60eb8d0 (patch)
tree8fea86b5c928d551723426e196405e5f2f25de2e /meson.build
parentMerge pull request #1500 from acrisci/feature/view-set-position (diff)
parentRemove wlc includes (diff)
downloadsway-3fe64482bb269a3dcceeaf1107b9d59dc60eb8d0.tar.gz
sway-3fe64482bb269a3dcceeaf1107b9d59dc60eb8d0.tar.zst
sway-3fe64482bb269a3dcceeaf1107b9d59dc60eb8d0.zip
Merge pull request #1498 from emersion/config
Add minimal config subsystem
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 695e237e..8e7b98ed 100644
--- a/meson.build
+++ b/meson.build
@@ -65,6 +65,8 @@ if a2x.found()
65 endforeach 65 endforeach
66endif 66endif
67 67
68add_project_arguments('-DSYSCONFDIR="/@0@"'.format(sysconfdir), language : 'c')
69
68version = get_option('sway_version') 70version = get_option('sway_version')
69if version != '' 71if version != ''
70 version = '"@0@"'.format(version) 72 version = '"@0@"'.format(version)