summaryrefslogtreecommitdiff
path: root/package/rpi-utils/Config.in
blob: 5a14b4c1b6a57003895599a22e18ff109b56ad80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config BR2_PACKAGE_RPI_UTILS
	bool "rpi-utils"
	depends on BR2_arm || BR2_aarch64
	depends on BR2_INSTALL_LIBSTDCPP
	depends on BR2_TOOLCHAIN_HAS_THREADS
	depends on !BR2_STATIC_LIBS
	select BR2_PACKAGE_HAS_LIBEGL if BR2_arm
	select BR2_PACKAGE_HAS_LIBGLES if BR2_arm
	select BR2_PACKAGE_HAS_LIBOPENVG if BR2_arm
	select BR2_PACKAGE_HAS_LIBOPENMAX if BR2_arm
	help
	  https://github.com/raspberrypi/utils

comment "rpi-utils needs a toolchain w/ C++, threads, dynamic library"
	depends on BR2_arm || BR2_aarch64
	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
		BR2_STATIC_LIBS