diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2013-12-20 23:27:57 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-12-25 18:21:33 +0100 |
commit | fe93cc8b5006db835ab1e417c2df6c9a0364697b (patch) | |
tree | df99e16c149d9bbdd3e0a6f302efc425decf470c /package/ti-gfx/Config.in | |
parent | 7b2b4c8342c87379fc23937e0bbc7e439fc00e0c (diff) |
package/powervr: 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/Config.in')
-rw-r--r-- | package/ti-gfx/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/ti-gfx/Config.in b/package/ti-gfx/Config.in index 929247b24..f455f4ca7 100644 --- a/package/ti-gfx/Config.in +++ b/package/ti-gfx/Config.in @@ -17,6 +17,9 @@ config BR2_PACKAGE_PROVIDES_OPENGL_EGL config BR2_PACKAGE_PROVIDES_OPENGL_ES default "ti-gfx" +config BR2_PACKAGE_PROVIDES_POWERVR + default "ti-gfx" + config BR2_PACKAGE_TI_GFX_DEBUG bool "enable debug support" help |