libamcodec: new package
[buildroot-gz.git] / package / rpi-userland / Config.in
blob9bb2bfc57079690089af4111e229f2365a801be3
1 config BR2_PACKAGE_RPI_USERLAND
2         bool "rpi-userland"
3         depends on BR2_arm
4         depends on BR2_INSTALL_LIBSTDCPP
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         depends on !BR2_STATIC_LIBS
7         select BR2_PACKAGE_HAS_LIBEGL
8         select BR2_PACKAGE_HAS_LIBGLES
9         select BR2_PACKAGE_HAS_LIBOPENVG
10         select BR2_PACKAGE_HAS_LIBOPENMAX
11         help
12           Raspberry Pi Userland contains the necessary library to use the
13           VideoCore driver.
15           Includes source for the ARM side code to interface to:
16           EGL, mmal, GLESv2, vcos, openmaxil, vchiq_arm, bcm_host, WFC, OpenVG.
18           https://github.com/raspberrypi/userland/
20 if BR2_PACKAGE_RPI_USERLAND
22 config BR2_PACKAGE_PROVIDES_LIBEGL
23         default "rpi-userland"
25 config BR2_PACKAGE_PROVIDES_LIBGLES
26         default "rpi-userland"
28 config BR2_PACKAGE_PROVIDES_LIBOPENVG
29         default "rpi-userland"
31 config BR2_PACKAGE_PROVIDES_LIBOPENMAX
32         default "rpi-userland"
34 config BR2_PACKAGE_RPI_USERLAND_START_VCFILED
35         bool "Start vcfiled"
36         depends on BR2_INIT_SYSV || BR2_INIT_BUSYBOX
37         help
38           vcfiled is a daemon serving files to VideoCore from the host file
39           system.
41 config BR2_PACKAGE_RPI_USERLAND_HELLO
42         bool "hello_pi examples"
43         help
44           Install the hello-pi examples to test the HW (GPU, camera...)
46 endif
48 comment "rpi-userland needs a toolchain w/ C++, threads, dynamic library"
49         depends on BR2_arm
50         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
51                 BR2_STATIC_LIBS