mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a16e0b4014
commit
627d183a89
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user