summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-09-30 13:41:36 +0200
committerLibravatar GitHub <noreply@github.com>2018-09-30 13:41:36 +0200
commit7355959d7f28714e77f43f987431c664f476d8eb (patch)
tree112f684404755d6924d7338507eaef07500ced1f /meson.build
parentMerge pull request #2733 from ianyfan/swaybar (diff)
parentTurn funcs() into funcs(void) (diff)
downloadsway-7355959d7f28714e77f43f987431c664f476d8eb.tar.gz
sway-7355959d7f28714e77f43f987431c664f476d8eb.tar.zst
sway-7355959d7f28714e77f43f987431c664f476d8eb.zip
Merge pull request #2730 from ivyl/remove_cap_leftovers
Remove libcap/prctl artifacts
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)