summaryrefslogtreecommitdiff
path: root/package/ti-gfx
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2013-12-20 23:27:54 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-12-25 18:20:57 +0100
commit79879de692616dfe174f3d8117dfecfa3f6b2516 (patch)
tree4a6724180e889ad3ec56ba3bc0cd43d20c1a9409 /package/ti-gfx
parent2c33417c9e777ab5eb5d21bc5354208d9b79ba11 (diff)
package/opengl/libgles: switch to package-defined providers
For the underlying reasons, see previous patch, titled: package/opengl/libegl: switch to package-defined providers Reported-by: David Corvoysier <david.corvoysier@orange.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <jacmet@uclibc.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ti-gfx')
-rw-r--r--package/ti-gfx/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/ti-gfx/Config.in b/package/ti-gfx/Config.in
index e89660f3e7..929247b241 100644
--- a/package/ti-gfx/Config.in
+++ b/package/ti-gfx/Config.in
@@ -14,6 +14,9 @@ if BR2_PACKAGE_TI_GFX
config BR2_PACKAGE_PROVIDES_OPENGL_EGL
default "ti-gfx"
+config BR2_PACKAGE_PROVIDES_OPENGL_ES
+ default "ti-gfx"
+
config BR2_PACKAGE_TI_GFX_DEBUG
bool "enable debug support"
help