diff options
-rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend b/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend index a5a6af3..fba1632 100644 --- a/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend +++ b/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend | |||
@@ -1,9 +1 @@ | |||
1 | OPENGL_PKGCFG = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'dri3 xshmfence glamor', '', d)}" | OPENGL_PKGCONFIGS_rpi = "dri glx ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'dri3 xshmfence glamor', '', d)}" | |
2 | |||
3 | # slightly modified to oe-core's default: add ${OPENGL_PKGCFG} | ||
4 | PACKAGECONFIG_rpi ?= " \ | ||
5 | dri2 udev ${XORG_CRYPTO} \ | ||
6 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri glx ${OPENGL_PKGCFG}', '', d)} \ | ||
7 | ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "xwayland", "", d)} \ | ||
8 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "systemd", "", d)} \ | ||
9 | " | ||