hplip: needs dynamic library
[buildroot-gz.git] / package / libseccomp / Config.in
blobddfe9f07c031b9069f32209df5838655de5d5090
1 config BR2_PACKAGE_LIBSECCOMP
2         bool "libseccomp"
3         depends on BR2_aarch64 || BR2_mips || BR2_mipsel || BR2_mips64 || \
4                 BR2_mips64el || BR2_i386 || BR2_x86_64 || BR2_powerpc64 || \
5                 BR2_powerpc
6         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
7         help
8           High level interface to the Linux Kernel's seccomp filter
10           The libseccomp library provides an easy to use, platform independent,
11           interface to the Linux Kernel's syscall filtering mechanism: seccomp.
12           The libseccomp API is designed to abstract away the underlying BPF
13           based syscall filter language and present a more conventional
14           function-call based filtering interface that should be familiar to,
15           and easily adopted by application developers.
17           https://github.com/seccomp/libseccomp
19 comment "libseccomp needs a toolchain w/ headers >= 3.12"
20         depends on BR2_aarch64 || BR2_mips || BR2_mipsel || BR2_mips64 || \
21                 BR2_mips64el || BR2_i386 || BR2_x86_64
22         depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12