diff options
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-gl_17.1.4.bb | 4 |
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 | ||
3 | SUMMARY += " (OpenGL only, no EGL/GLES)" | 3 | SUMMARY += " (OpenGL only, no EGL/GLES)" |
4 | 4 | ||
5 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/mesa:" | ||
6 | |||
7 | PROVIDES = "virtual/libgl virtual/mesa" | 5 | PROVIDES = "virtual/libgl virtual/mesa" |
8 | 6 | ||
9 | S = "${WORKDIR}/mesa-${PV}" | 7 | S = "${WORKDIR}/mesa-${PV}" |
10 | 8 | ||
11 | PACKAGECONFIG ??= "dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | 9 | PACKAGECONFIG ??= "dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" |
12 | |||
13 | EXCLUDE_FROM_WORLD = "1" | ||