diff options
-rw-r--r-- | meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 6 |
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 | ||
25 | REQUIRED_DISTRO_FEATURES += "opengl" | 25 | REQUIRED_DISTRO_FEATURES += "opengl" |
26 | 26 | ||
27 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gl x11-gles2', '', d)} \ | 27 | PACKAGECONFIG ?= "${@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 | ||
31 | PACKAGECONFIG[x11-gl] = ",,virtual/libgl virtual/libx11" | 31 | PACKAGECONFIG[x11-gl] = ",,virtual/libgl virtual/libx11" |
32 | PACKAGECONFIG[x11-gles2] = ",,virtual/libgles2 virtual/libx11" | 32 | PACKAGECONFIG[x11-gles2] = ",,virtual/libgles2 virtual/libx11" |