summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-08-02 09:28:13 -0400
committerLibravatar GitHub <noreply@github.com>2018-08-02 09:28:13 -0400
commitea14ef40955a94e21a5198d2469e54fe1e6056e5 (patch)
tree1a28ee032b762f471917c1f175ba02500f9ef794 /meson.build
parentRevert "Fix popups" (diff)
parentMerge branch 'master' into nagbar (diff)
downloadsway-ea14ef40955a94e21a5198d2469e54fe1e6056e5.tar.gz
sway-ea14ef40955a94e21a5198d2469e54fe1e6056e5.tar.zst
sway-ea14ef40955a94e21a5198d2469e54fe1e6056e5.zip
Merge pull request #2366 from RedSoxFan/nagbar
Implement swaynag
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 0d75978f..2a020323 100644
--- a/meson.build
+++ b/meson.build
@@ -82,6 +82,8 @@ if scdoc.found()
82 'swaylock/swaylock.1.scd', 82 'swaylock/swaylock.1.scd',
83 'swaymsg/swaymsg.1.scd', 83 'swaymsg/swaymsg.1.scd',
84 'swayidle/swayidle.1.scd', 84 'swayidle/swayidle.1.scd',
85 'swaynag/swaynag.1.scd',
86 'swaynag/swaynag.5.scd',
85 ] 87 ]
86 foreach filename : man_files 88 foreach filename : man_files
87 topic = filename.split('.')[-3].split('/')[-1] 89 topic = filename.split('.')[-3].split('/')[-1]
@@ -130,6 +132,7 @@ subdir('swaybg')
130subdir('swaybar') 132subdir('swaybar')
131subdir('swaylock') 133subdir('swaylock')
132subdir('swayidle') 134subdir('swayidle')
135subdir('swaynag')
133 136
134config = configuration_data() 137config = configuration_data()
135config.set('sysconfdir', join_paths(prefix, sysconfdir)) 138config.set('sysconfdir', join_paths(prefix, sysconfdir))