From 203c30796e232faaf3a7de19090657bf3e7db16a Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 6 Mar 2013 10:22:48 +0000 Subject: rpi-userland: provides OpenGL ES, EGL and OpenVG Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/rpi-userland/Config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/rpi-userland') 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. -- cgit v1.2.3