diff options
-rw-r--r-- | meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb index b72ced06ad..99050e7047 100644 --- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | |||
@@ -36,8 +36,8 @@ CXXFLAGS += "-std=c++11" | |||
36 | 36 | ||
37 | PACKAGECONFIG[x11-gl] = ",,virtual/libgl virtual/libx11" | 37 | PACKAGECONFIG[x11-gl] = ",,virtual/libgl virtual/libx11" |
38 | PACKAGECONFIG[x11-gles2] = ",,virtual/libgles2 virtual/libx11" | 38 | PACKAGECONFIG[x11-gles2] = ",,virtual/libgles2 virtual/libx11" |
39 | PACKAGECONFIG[drm-gl] = ",,virtual/libgl libdrm" | 39 | PACKAGECONFIG[drm-gl] = ",,virtual/libgl libdrm virtual/libgbm" |
40 | PACKAGECONFIG[drm-gles2] = ",,virtual/libgles2 libdrm" | 40 | PACKAGECONFIG[drm-gles2] = ",,virtual/libgles2 libdrm virtual/libgbm" |
41 | PACKAGECONFIG[wayland-gl] = ",,virtual/libgl wayland" | 41 | PACKAGECONFIG[wayland-gl] = ",,virtual/libgl wayland" |
42 | PACKAGECONFIG[wayland-gles2] = ",,virtual/libgles2 wayland" | 42 | PACKAGECONFIG[wayland-gles2] = ",,virtual/libgles2 wayland" |
43 | 43 | ||