usbguard: Enable seccomp if distro features have it

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2023-09-09 21:07:33 -07:00
parent 878e71e344
commit 8744c20fc0

View File

@ -31,6 +31,7 @@ EXTRA_OECONF += "\
PACKAGECONFIG ?= "\
openssl \
${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)} \
${@bb.utils.filter('DISTRO_FEATURES', 'seccomp', d)} \
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
"