mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-06-05 14:29:55 +00:00
xorg align for vc4
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
3b9aebd6ae
commit
8d17669588
@@ -0,0 +1,9 @@
|
||||
OPENGL_PKGCFG = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'dri3 xshmfence glamor', '', d)}"
|
||||
|
||||
# slightly modified to oe-core's default: add ${OPENGL_PKGCFG}
|
||||
PACKAGECONFIG_rpi ?= " \
|
||||
dri2 udev ${XORG_CRYPTO} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri glx ${OPENGL_PKGCFG}', '', d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "wayland", "xwayland", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "systemd", "systemd", "", d)} \
|
||||
"
|
||||
Reference in New Issue
Block a user