diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2015-08-10 16:47:46 -0300 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-11 08:50:44 -0700 | 
| commit | 1bb1e73200003703545ac7ec77b6b4c3b28e4fae (patch) | |
| tree | cfee97a78348304936d4c04407e3dfc0f42d0cc7 | |
| parent | 5094354a2811825e6d60963f03959daa349cab23 (diff) | |
| download | openembedded-core-1bb1e73200003703545ac7ec77b6b4c3b28e4fae.tar.gz openembedded-core-1bb1e73200003703545ac7ec77b6b4c3b28e4fae.tar.bz2 openembedded-core-1bb1e73200003703545ac7ec77b6b4c3b28e4fae.zip | |
mesa-demos: Fix dependency for 'vg' support
The 'vg' support should depends on virtual/libopenvg. There is no
provider for libvg in OE-Core so this option seems untested being safe
to change.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb b/meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb index d58388aabb..e4516425e2 100644 --- a/meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb +++ b/meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb @@ -41,7 +41,7 @@ PACKAGECONFIG[gles1] = "--enable-gles1,--disable-gles1,virtual/libgles1"  PACKAGECONFIG[gles2] = "--enable-gles2,--disable-gles2,virtual/libgles2"  PACKAGECONFIG[glut] = "--with-glut=${STAGING_EXECPREFIXDIR},--without-glut,"  PACKAGECONFIG[osmesa] = "--enable-osmesa,--disable-osmesa," -PACKAGECONFIG[vg] = "--enable-vg,--disable-vg,virtual/libvg" +PACKAGECONFIG[vg] = "--enable-vg,--disable-vg,virtual/libopenvg"  PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,virtual/libgl wayland"  PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11"  PACKAGECONFIG[glew] = "--enable-glew,--disable-glew,glew" | 
