aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Arkadiusz Hiler <arek@hiler.eu>2018-09-29 12:02:22 +0300
committerLibravatar Arkadiusz Hiler <arek@hiler.eu>2018-09-30 13:39:26 +0300
commit00dfb768322adbd004f4a91a86eb1159a5136879 (patch)
tree669ecd47b3c23a780e71af2012bfbfd01d005264 /sway/meson.build
parentMerge pull request #2733 from ianyfan/swaybar (diff)
downloadsway-00dfb768322adbd004f4a91a86eb1159a5136879.tar.gz
sway-00dfb768322adbd004f4a91a86eb1159a5136879.tar.zst
sway-00dfb768322adbd004f4a91a86eb1159a5136879.zip
Remove libcap/prctl artifacts
They seem like relics of the pasts, from when we were retaining the ptrace cap. Some translations still may need updates.
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/meson.build b/sway/meson.build
index d67a4c64..0bb0c2d3 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -164,7 +164,6 @@ sway_deps = [
164 cairo, 164 cairo,
165 gdk_pixbuf, 165 gdk_pixbuf,
166 jsonc, 166 jsonc,
167 libcap,
168 libinput, 167 libinput,
169 math, 168 math,
170 pango, 169 pango,