diff options
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-common.inc')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-common.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index aa26aee7db..c37ad69075 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/meta/recipes-graphics/mesa/mesa-common.inc | |||
@@ -18,9 +18,6 @@ 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 | ||
22 | FILESEXTRAPATHS_prepend := "${THISDIR}/mesa:" | ||
23 | |||
24 | inherit autotools pkgconfig pythonnative | 21 | inherit autotools pkgconfig pythonnative |
25 | 22 | ||
26 | EXTRA_OECONF = "--disable-glu \ | 23 | EXTRA_OECONF = "--disable-glu \ |
@@ -41,7 +38,7 @@ PACKAGECONFIG[wayland] = ",,wayland" | |||
41 | # Multiple virtual/gl providers being built breaks staging | 38 | # Multiple virtual/gl providers being built breaks staging |
42 | EXCLUDE_FROM_WORLD = "1" | 39 | EXCLUDE_FROM_WORLD = "1" |
43 | 40 | ||
44 | # Remove the mesa-dri dependency on mesa-dri-dev, as mesa-dri is empty | 41 | # Remove the mesa dependency on mesa-dev, as mesa is empty |
45 | RDEPENDS_${PN}-dev = "" | 42 | RDEPENDS_${PN}-dev = "" |
46 | 43 | ||
47 | PACKAGES =+ "libegl-mesa libegl-mesa-dev \ | 44 | PACKAGES =+ "libegl-mesa libegl-mesa-dev \ |