diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-09-30 13:41:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-30 13:41:36 +0200 |
commit | 7355959d7f28714e77f43f987431c664f476d8eb (patch) | |
tree | 112f684404755d6924d7338507eaef07500ced1f /meson.build | |
parent | 98b524abd767149337cb6e1bab5905d79f25254b (diff) | |
parent | 1e70f7b19e92c20a691f2697b2c92ea8b13daba3 (diff) |
Merge pull request #2730 from ivyl/remove_cap_leftovers
Remove libcap/prctl artifacts
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
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') pangocairo = dependency('pangocairo') gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: false) pixman = dependency('pixman-1') -libcap = dependency('libcap', required: false) libinput = dependency('libinput', version: '>=1.6.0') libpam = cc.find_library('pam', required: false) systemd = dependency('libsystemd', required: false) |