package/webkitgtk: select libseccomp when sandbox is enabled
authorAdrian Perez de Castro <aperez@igalia.com>
Sun, 15 Dec 2019 18:54:01 +0000 (20:54 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 15 Dec 2019 20:30:19 +0000 (21:30 +0100)
Select BR2_PACKAGE_LIBSECCOMP when the sandboxing support is enabled
during configuration.

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/webkitgtk/Config.in

index 87de91f554da0fd38a5ce4ed98678346738efff2..3ac76f988601d0de1484099c3bed49aeb9597888 100644 (file)
@@ -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.