diff options
author | Spenser Gilliland <spenser@gillilanding.com> | 2013-05-30 06:30:36 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-30 21:36:16 +0200 |
commit | 37f6ecd4d02d1e0fdce70fe4a7b404a6e2d06426 (patch) | |
tree | 9d34889fcbed8687dc11184781d13199ca31e3bc /package/rpi-userland | |
parent | 1460245354019df29ffc4c3d76ddd61cb14dfd04 (diff) | |
download | buildroot-novena-37f6ecd4d02d1e0fdce70fe4a7b404a6e2d06426.tar.gz buildroot-novena-37f6ecd4d02d1e0fdce70fe4a7b404a6e2d06426.zip |
libopenmax: Add libopenmax virtual package
this adds the libopenmax virtual package for hardware based video acceleration
[Peter: fix openmax-without-any-backends check]
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/rpi-userland')
-rw-r--r-- | package/rpi-userland/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/rpi-userland/Config.in b/package/rpi-userland/Config.in index 2c35fb76c..da5726f2e 100644 --- a/package/rpi-userland/Config.in +++ b/package/rpi-userland/Config.in @@ -6,6 +6,7 @@ config BR2_PACKAGE_RPI_USERLAND select BR2_PACKAGE_HAS_OPENGL_EGL select BR2_PACKAGE_HAS_OPENGL_ES select BR2_PACKAGE_HAS_OPENVG + select BR2_PACKAGE_HAS_OPENMAX help Raspberry Pi Userland contains the necessary library to use the VideoCore driver. |