diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-03-06 10:22:48 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-03-06 22:18:39 +0100 |
commit | 203c30796e232faaf3a7de19090657bf3e7db16a (patch) | |
tree | d628a0deb44d8a7e559692dadebf8e1a7fb2b207 /package/opengl/libegl | |
parent | 5e6696713c20615d0c1fdbafb8189fce9992e534 (diff) | |
download | buildroot-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/opengl/libegl')
-rw-r--r-- | package/opengl/libegl/libegl.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/opengl/libegl/libegl.mk b/package/opengl/libegl/libegl.mk index 56cc8ac0d..c4954963c 100644 --- a/package/opengl/libegl/libegl.mk +++ b/package/opengl/libegl/libegl.mk @@ -6,6 +6,10 @@ LIBEGL_SOURCE = +ifeq ($(BR2_PACKAGE_RPI_USERLAND),y) +LIBEGL_DEPENDENCIES += rpi-userland +endif + ifeq ($(LIBEGL_DEPENDENCIES),y) define LIBEGL_CONFIGURE_CMDS echo "No libEGL implementation selected. Configuration error." |