summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-common.inc')
-rw-r--r--meta/recipes-graphics/mesa/mesa-common.inc5
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
19PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl" 19PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl"
20 20
21# for mesa-dri
22FILESEXTRAPATHS_prepend := "${THISDIR}/mesa:"
23
24inherit autotools pkgconfig pythonnative 21inherit autotools pkgconfig pythonnative
25 22
26EXTRA_OECONF = "--disable-glu \ 23EXTRA_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
42EXCLUDE_FROM_WORLD = "1" 39EXCLUDE_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
45RDEPENDS_${PN}-dev = "" 42RDEPENDS_${PN}-dev = ""
46 43
47PACKAGES =+ "libegl-mesa libegl-mesa-dev \ 44PACKAGES =+ "libegl-mesa libegl-mesa-dev \