summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-10-06 18:47:34 +0200
committerLibravatar GitHub <noreply@github.com>2018-10-06 18:47:34 +0200
commit176832fe30576ccfbb7dee3d9e600e56abf21da1 (patch)
treea4ccf0cb0afafc0c8db6cbded85a3b156945b12b /meson.build
parentUpdate CONTRIBUTING.md (diff)
parentFix swaylock w/shadow on glibc, improve security (diff)
downloadsway-176832fe30576ccfbb7dee3d9e600e56abf21da1.tar.gz
sway-176832fe30576ccfbb7dee3d9e600e56abf21da1.tar.zst
sway-176832fe30576ccfbb7dee3d9e600e56abf21da1.zip
Merge pull request #2776 from swaywm/swaylock-setuid
Fix swaylock w/shadow on glibc, improve security
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 1e7ce281..42386fbc 100644
--- a/meson.build
+++ b/meson.build
@@ -44,6 +44,7 @@ gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: false)
44pixman = dependency('pixman-1') 44pixman = dependency('pixman-1')
45libinput = dependency('libinput', version: '>=1.6.0') 45libinput = dependency('libinput', version: '>=1.6.0')
46libpam = cc.find_library('pam', required: false) 46libpam = cc.find_library('pam', required: false)
47crypt = cc.find_library('crypt', required: false)
47systemd = dependency('libsystemd', required: false) 48systemd = dependency('libsystemd', required: false)
48elogind = dependency('libelogind', required: false) 49elogind = dependency('libelogind', required: false)
49math = cc.find_library('m') 50math = cc.find_library('m')