diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2013-12-20 23:27:56 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-12-25 18:21:19 +0100 |
commit | 7b2b4c8342c87379fc23937e0bbc7e439fc00e0c (patch) | |
tree | 155318b550e834a87265bd459eb4397b2e10e9a4 /package/opengl/Config.in | |
parent | dd1ecc339a2b67907f24beb28b299c85711093ef (diff) | |
download | buildroot-7b2b4c8342c87379fc23937e0bbc7e439fc00e0c.tar.gz buildroot-7b2b4c8342c87379fc23937e0bbc7e439fc00e0c.zip |
package/opengl/libopenmax: 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/opengl/Config.in')
-rw-r--r-- | package/opengl/Config.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/opengl/Config.in b/package/opengl/Config.in index 109cde8add..ed81835375 100644 --- a/package/opengl/Config.in +++ b/package/opengl/Config.in @@ -1,6 +1,4 @@ source "package/opengl/libegl/Config.in" source "package/opengl/libgles/Config.in" source "package/opengl/libopenvg/Config.in" - -config BR2_PACKAGE_HAS_OPENMAX - bool +source "package/opengl/libopenmax/Config.in" |