From: Adrian Perez de Castro Date: Sun, 15 Dec 2019 18:54:01 +0000 (+0200) Subject: package/webkitgtk: select libseccomp when sandbox is enabled X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c061ee3a0a03e06d48038673dc2f6da296401e14;p=buildroot.git package/webkitgtk: select libseccomp when sandbox is enabled Select BR2_PACKAGE_LIBSECCOMP when the sandboxing support is enabled during configuration. Signed-off-by: Adrian Perez de Castro Signed-off-by: Peter Korsgaard --- diff --git a/package/webkitgtk/Config.in b/package/webkitgtk/Config.in index 87de91f554..3ac76f9886 100644 --- a/package/webkitgtk/Config.in +++ b/package/webkitgtk/Config.in @@ -61,6 +61,7 @@ config BR2_PACKAGE_WEBKITGTK_SANDBOX depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 # libseccomp select BR2_PACKAGE_BUBBLEWRAP # runtime select BR2_PACKAGE_XDG_DBUS_PROXY # runtime + select BR2_PACKAGE_LIBSECCOMP help Enable sandboxing of the processes used for network operation, disk access, and Web content rendering.