aboutsummaryrefslogtreecommitdiffstats
path: root/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 /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 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index de6573ea..080709fa 100644
--- a/meson.build
+++ b/meson.build
@@ -42,7 +42,6 @@ pango = dependency('pango')
42pangocairo = dependency('pangocairo') 42pangocairo = dependency('pangocairo')
43gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: false) 43gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: false)
44pixman = dependency('pixman-1') 44pixman = dependency('pixman-1')
45libcap = dependency('libcap', required: false)
46libinput = dependency('libinput', version: '>=1.6.0') 45libinput = dependency('libinput', version: '>=1.6.0')
47libpam = cc.find_library('pam', required: false) 46libpam = cc.find_library('pam', required: false)
48systemd = dependency('libsystemd', required: false) 47systemd = dependency('libsystemd', required: false)