mesa3d-headers: remove installation of OpenVG headers
[buildroot-gz.git] / package / lxc / Config.in
blob6a39d2eb7f7da5f10137467504654ec7f33fe764
1 config BR2_PACKAGE_LXC
2         bool "lxc"
3         select BR2_PACKAGE_LIBCAP
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         depends on BR2_USE_MMU # fork()
6         # build system forcefully builds a shared library
7         depends on !BR2_STATIC_LIBS
8         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # setns() system call
9         help
10           Linux Containers (LXC), provides the ability to group and isolate
11           of a set of processes in a jail by virtualizing and accounting the
12           kernel resources. It is similar to Linux-Vserver or Openvz.
14           https://linuxcontainers.org/
16 comment "lxc needs a toolchain w/ threads, headers >= 3.0, dynamic library"
17         depends on BR2_USE_MMU
18         depends on !BR2_TOOLCHAIN_HAS_THREADS \
19                 || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 \
20                 || BR2_STATIC_LIBS