|
@@ -3,6 +3,9 @@ config BR2_PACKAGE_RPI_USERLAND
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
depends on BR2_LARGEFILE
|
|
|
+ select BR2_PACKAGE_HAS_OPENGL_EGL
|
|
|
+ select BR2_PACKAGE_HAS_OPENGL_ES
|
|
|
+ select BR2_PACKAGE_HAS_OPENVG
|
|
|
help
|
|
|
Raspberry Pi Userland contains the necessary library to use the
|
|
|
VideoCore driver.
|