Files
meta-st-openstlinux/recipes-benchmark/glmark2/glmark2_%.bbappend
Christophe Priouzeau e958319d12 KIRKSTONE: adaptation
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
Change-Id: I11f49ac918cfc061e9364edf4671d892e3071e71
2022-06-21 18:19:27 +02:00

8 lines
300 B
Plaintext

FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
DEPENDS += " udev "
PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gl x11-gles2', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', 'wayland-gles2', '', d)} \
drm-gles2"