diff options
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-gl_17.3.3.bb')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-gl_17.3.3.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_17.3.3.bb b/meta/recipes-graphics/mesa/mesa-gl_17.3.3.bb new file mode 100644 index 0000000000..73267eb4f0 --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa-gl_17.3.3.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require mesa_${PV}.bb | ||
2 | |||
3 | SUMMARY += " (OpenGL only, no EGL/GLES)" | ||
4 | |||
5 | PROVIDES = "virtual/libgl virtual/mesa" | ||
6 | |||
7 | S = "${WORKDIR}/mesa-${PV}" | ||
8 | |||
9 | PACKAGECONFIG ??= "opengl dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | ||