diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 1ff08fb53f..aa26aee7db 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/meta/recipes-graphics/mesa/mesa-common.inc | |||
@@ -18,8 +18,8 @@ DEPENDS = "expat makedepend-native flex-native bison-native" | |||
18 | 18 | ||
19 | PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl" | 19 | PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl" |
20 | 20 | ||
21 | # for mesa-dri and mesa-xlib | 21 | # for mesa-dri |
22 | FILESEXTRAPATHS_append := "${THISDIR}/mesa:" | 22 | FILESEXTRAPATHS_prepend := "${THISDIR}/mesa:" |
23 | 23 | ||
24 | inherit autotools pkgconfig pythonnative | 24 | inherit autotools pkgconfig pythonnative |
25 | 25 | ||