diff options
Diffstat (limited to 'meta-oe/recipes-benchmark/glmark2/glmark2_git.bb')
-rw-r--r-- | meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb index 509c5cc40..f5e719a35 100644 --- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | |||
9 | file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552" | 9 | file://COPYING.SGI;beginline=5;md5=269cdab4af6748677acce51d9aa13552" |
10 | 10 | ||
11 | DEPENDS = "libpng jpeg udev" | 11 | DEPENDS = "libpng jpeg udev" |
12 | DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland-native', '', d)}" | 12 | DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland-native wayland-protocols', '', d)}" |
13 | 13 | ||
14 | PV = "2021.02+${SRCPV}" | 14 | PV = "2021.02+${SRCPV}" |
15 | 15 | ||