mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
xorg align for vc4
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
parent
3b9aebd6ae
commit
8d17669588
9
recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend
Normal file
9
recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend
Normal file
|
@ -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)} \
|
||||||
|
"
|
Loading…
Reference in New Issue
Block a user