summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r--meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb b/meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb
index 1caa50bc1b..e565442fc6 100644
--- a/meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb
+++ b/meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb
@@ -25,8 +25,8 @@ SRC_URI[sha256sum] = "e4bfecb5816ddd4b7b37c1bc876b63f1f7f06fda5879221a9774d0952f
25 25
26inherit autotools pkgconfig 26inherit autotools pkgconfig
27 27
28PACKAGECONFIG ?= "drm osmesa freetype2 gbm egl gles1 gles2 glu \ 28PACKAGECONFIG ?= "drm osmesa freetype2 gbm egl gles1 gles2 \
29 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 glew', '', d)}" 29 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 glew glu', '', d)}"
30 30
31# The Wayland code doesn't work with Wayland 1.0, so disable it for now 31# The Wayland code doesn't work with Wayland 1.0, so disable it for now
32#${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)}" 32#${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)}"