summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-benchmark/glmark2/glmark2_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
index 46634634d..44bce9fb5 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
11DEPENDS = "libpng jpeg udev" 11DEPENDS = "libpng jpeg udev"
12DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland-native', '', d)}" 12DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland-native', '', d)}"
13 13
14PV = "2020.11+${SRCPV}" 14PV = "20201114+${SRCPV}"
15 15
16SRC_URI = " \ 16SRC_URI = " \
17 git://github.com/glmark2/glmark2.git;protocol=https \ 17 git://github.com/glmark2/glmark2.git;protocol=https \
@@ -26,9 +26,10 @@ inherit waf pkgconfig features_check
26 26
27ANY_OF_DISTRO_FEATURES = "opengl dispmanx" 27ANY_OF_DISTRO_FEATURES = "opengl dispmanx"
28 28
29PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gles2 drm-gles2', '', d)} \ 29PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gles2', '', d)} \
30 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', 'wayland-gles2 drm-gles2', '', d)} \ 30 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', 'wayland-gles2', '', d)} \
31 ${@bb.utils.contains('DISTRO_FEATURES', 'dispmanx', 'dispmanx', '', d)} \ 31 ${@bb.utils.contains('DISTRO_FEATURES', 'dispmanx', 'dispmanx', '', d)} \
32 drm-gles2 \
32 " 33 "
33 34
34PACKAGECONFIG[x11-gl] = ",,virtual/libgl virtual/libx11" 35PACKAGECONFIG[x11-gl] = ",,virtual/libgl virtual/libx11"