aboutsummaryrefslogtreecommitdiffstats
path: root/swaynag/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2019-01-18 15:39:07 -0500
committerLibravatar GitHub <noreply@github.com>2019-01-18 15:39:07 -0500
commit639b66b6769722b5decc8f7a21dd7c5037f3c65c (patch)
treecd93e26b01fe51b76b124b334057011c81974859 /swaynag/meson.build
parentMerge pull request #3460 from emersion/output-enable-segfault (diff)
parentmeson: remove extraneous parentheses (diff)
downloadsway-639b66b6769722b5decc8f7a21dd7c5037f3c65c.tar.gz
sway-639b66b6769722b5decc8f7a21dd7c5037f3c65c.tar.zst
sway-639b66b6769722b5decc8f7a21dd7c5037f3c65c.zip
Merge pull request #3452 from emersion/meson-features
Use Meson feature options
Diffstat (limited to 'swaynag/meson.build')
-rw-r--r--swaynag/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/swaynag/meson.build b/swaynag/meson.build
index 223a0bc7..2ba3ed95 100644
--- a/swaynag/meson.build
+++ b/swaynag/meson.build
@@ -19,6 +19,5 @@ executable(
19 wlroots, 19 wlroots,
20 ], 20 ],
21 link_with: [lib_sway_common, lib_sway_client], 21 link_with: [lib_sway_common, lib_sway_client],
22 install_rpath : rpathdir,
23 install: true 22 install: true
24) 23)