summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-gl_17.1.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-gl_17.1.4.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-gl_17.1.4.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_17.1.4.bb b/meta/recipes-graphics/mesa/mesa-gl_17.1.4.bb
index e3604f30bb..b9e3b805b5 100644
--- a/meta/recipes-graphics/mesa/mesa-gl_17.1.4.bb
+++ b/meta/recipes-graphics/mesa/mesa-gl_17.1.4.bb
@@ -2,12 +2,8 @@ require mesa_${PV}.bb
2 2
3SUMMARY += " (OpenGL only, no EGL/GLES)" 3SUMMARY += " (OpenGL only, no EGL/GLES)"
4 4
5FILESEXTRAPATHS =. "${FILE_DIRNAME}/mesa:"
6
7PROVIDES = "virtual/libgl virtual/mesa" 5PROVIDES = "virtual/libgl virtual/mesa"
8 6
9S = "${WORKDIR}/mesa-${PV}" 7S = "${WORKDIR}/mesa-${PV}"
10 8
11PACKAGECONFIG ??= "dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" 9PACKAGECONFIG ??= "dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
12
13EXCLUDE_FROM_WORLD = "1"