This reverts commit a05eeecbf1f5a09a713b8059304b0842dfbd75d8. Start to use 2017.07 because all required EGL 1.5 extensions are supported by Mesa-based EGL now. --- meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb b/meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb index bc83358c..d7744add 100644 --- a/meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb +++ b/meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb @@ -36,7 +36,7 @@ CXXFLAGS += "-std=c++11" PACKAGECONFIG[x11-gl] = ",,virtual/libgl virtual/libx11" PACKAGECONFIG[x11-gles2] = ",,virtual/libgles2 virtual/libx11" PACKAGECONFIG[drm-gl] = ",,virtual/libgl libdrm" -PACKAGECONFIG[drm-gles2] = ",,virtual/libgles2 libdrm virtual/libgbm" +PACKAGECONFIG[drm-gles2] = ",,virtual/libgles2 libdrm" PACKAGECONFIG[wayland-gl] = ",,virtual/libgl wayland" PACKAGECONFIG[wayland-gles2] = ",,virtual/libgles2 wayland" -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
