summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-benchmark/glmark2/glmark2_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
index 6d20bbdaf1..82821ad63d 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
@@ -24,9 +24,9 @@ inherit waf pkgconfig features_check
24 24
25REQUIRED_DISTRO_FEATURES += "opengl" 25REQUIRED_DISTRO_FEATURES += "opengl"
26 26
27PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gl x11-gles2', '', d)} \ 27PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gles2', '', d)} \
28 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', 'wayland-gl wayland-gles2', '', d)} \ 28 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', 'wayland-gles2', '', d)} \
29 drm-gl drm-gles2" 29 drm-gles2"
30 30
31PACKAGECONFIG[x11-gl] = ",,virtual/libgl virtual/libx11" 31PACKAGECONFIG[x11-gl] = ",,virtual/libgl virtual/libx11"
32PACKAGECONFIG[x11-gles2] = ",,virtual/libgles2 virtual/libx11" 32PACKAGECONFIG[x11-gles2] = ",,virtual/libgles2 virtual/libx11"