summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-benchmark/glmark2/glmark2_git.bb')
-rw-r--r--meta-oe/recipes-benchmark/glmark2/glmark2_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
index 396ae7094..a2558a72a 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
@@ -28,6 +28,9 @@ PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gl
28 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', 'wayland-gl wayland-gles2', '', d)} \ 28 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', 'wayland-gl wayland-gles2', '', d)} \
29 drm-gl drm-gles2" 29 drm-gl drm-gles2"
30 30
31# Enable C++11 features
32CXXFLAGS += "-std=c++11"
33
31PACKAGECONFIG[x11-gl] = ",,virtual/libgl virtual/libx11" 34PACKAGECONFIG[x11-gl] = ",,virtual/libgl virtual/libx11"
32PACKAGECONFIG[x11-gles2] = ",,virtual/libgles2 virtual/libx11" 35PACKAGECONFIG[x11-gles2] = ",,virtual/libgles2 virtual/libx11"
33PACKAGECONFIG[drm-gl] = ",,virtual/libgl libdrm" 36PACKAGECONFIG[drm-gl] = ",,virtual/libgl libdrm"