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 09:28:48 -0700 |
| commit | 627d183a8954b51a1ea2b34d5f3e25f2ef80967e (patch) | |
| tree | 3f1adb681e9b6849ef9982315b9925829768c47d | |
| parent | a16e0b4014173af46ef80d643bb71055219b0dab (diff) | |
| download | poky-627d183a8954b51a1ea2b34d5f3e25f2ef80967e.tar.gz | |
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.
(From OE-Core rev: 1bb1e73200003703545ac7ec77b6b4c3b28e4fae)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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" | |||
| 41 | PACKAGECONFIG[gles2] = "--enable-gles2,--disable-gles2,virtual/libgles2" | 41 | PACKAGECONFIG[gles2] = "--enable-gles2,--disable-gles2,virtual/libgles2" |
| 42 | PACKAGECONFIG[glut] = "--with-glut=${STAGING_EXECPREFIXDIR},--without-glut," | 42 | PACKAGECONFIG[glut] = "--with-glut=${STAGING_EXECPREFIXDIR},--without-glut," |
| 43 | PACKAGECONFIG[osmesa] = "--enable-osmesa,--disable-osmesa," | 43 | PACKAGECONFIG[osmesa] = "--enable-osmesa,--disable-osmesa," |
| 44 | PACKAGECONFIG[vg] = "--enable-vg,--disable-vg,virtual/libvg" | 44 | PACKAGECONFIG[vg] = "--enable-vg,--disable-vg,virtual/libopenvg" |
| 45 | PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,virtual/libgl wayland" | 45 | PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,virtual/libgl wayland" |
| 46 | PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11" | 46 | PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11" |
| 47 | PACKAGECONFIG[glew] = "--enable-glew,--disable-glew,glew" | 47 | PACKAGECONFIG[glew] = "--enable-glew,--disable-glew,glew" |
