Skip to content
Snippets Groups Projects
Commit 7dadee82 authored by Simon McVittie's avatar Simon McVittie
Browse files

build: Don't check for libcap


Now that we're using bubblewrap as a proper subproject and not just
`#include`'ing it into our own source, it checks for this itself.

Fixes: bcfe4ea1 "build: Build pv-bwrap as a real Meson subproject"
Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 2db27879
No related branches found
No related tags found
1 merge request!794Build system simplifications
...@@ -223,17 +223,6 @@ add_project_link_arguments( ...@@ -223,17 +223,6 @@ add_project_link_arguments(
language : 'c', language : 'c',
) )
libcap_dep = dependency(
'libcap',
required : false,
)
if not libcap_dep.found()
libcap_dep = c_compiler.find_library(
'cap',
required : get_option('bin'),
)
endif
waffle_dep = dependency( waffle_dep = dependency(
'waffle-1', 'waffle-1',
version : '>= 1.6', version : '>= 1.6',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment