diff options
| -rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend b/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend new file mode 100644 index 0000000..a5a6af3 --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | OPENGL_PKGCFG = "${@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 | " | ||
