summaryrefslogtreecommitdiffstats
path: root/package/rpi-userland
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-03-06 10:22:48 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-03-06 22:18:39 +0100
commit203c30796e232faaf3a7de19090657bf3e7db16a (patch)
treed628a0deb44d8a7e559692dadebf8e1a7fb2b207 /package/rpi-userland
parent5e6696713c20615d0c1fdbafb8189fce9992e534 (diff)
downloadbuildroot-novena-203c30796e232faaf3a7de19090657bf3e7db16a.tar.gz
buildroot-novena-203c30796e232faaf3a7de19090657bf3e7db16a.zip
rpi-userland: provides OpenGL ES, EGL and OpenVG
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/rpi-userland')
-rw-r--r--package/rpi-userland/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/rpi-userland/Config.in b/package/rpi-userland/Config.in
index 58ea8cb59..2c35fb76c 100644
--- a/package/rpi-userland/Config.in
+++ b/package/rpi-userland/Config.in
@@ -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.