| Submitter | Otavio Salvador |
|---|---|
| Date | Jan. 25, 2013, 10:32 p.m. |
| Message ID | <1359153142-13425-2-git-send-email-otavio@ossystems.com.br> |
| Download | mbox | patch |
| Permalink | /patch/43445/ |
| State | New |
| Headers | show |
Comments
On 25 January 2013 22:32, Otavio Salvador <otavio@ossystems.com.br> wrote: > -PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl" > +PROVIDES = "virtual/dri virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl" Please also add an entry to default-providers. Ross
Patch
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 1ff08fb..d93835c 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/meta/recipes-graphics/mesa/mesa-common.inc @@ -11,12 +11,12 @@ BUGTRACKER = "https://bugs.freedesktop.org" SECTION = "x11" LICENSE = "MIT" -INC_PR = "r9" +INC_PR = "r10" PE = "2" DEPENDS = "expat makedepend-native flex-native bison-native" -PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl" +PROVIDES = "virtual/dri virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl" # for mesa-dri and mesa-xlib FILESEXTRAPATHS_append := "${THISDIR}/mesa:"
This allow for use DRI alternative implementations as done in some ARM SoCs. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> --- meta/recipes-graphics/mesa/mesa-common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)