summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xwayland
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2021-06-26 11:54:15 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-27 22:51:05 +0100
commit9c591cfa06ce9161bdbf070f0ce445fe34304d0e (patch)
tree4c078ab2533ec424875151a2a702d401de4ff450 /meta/recipes-graphics/xwayland
parente1da684aef773608d3dcb541f2e21bfb9edbcd68 (diff)
downloadpoky-9c591cfa06ce9161bdbf070f0ce445fe34304d0e.tar.gz
xwayland: port packageconfig from xserver-xorg recipe
Copy the packageconfig options from the xserver-xorg recipe to allow configuring for non mesa opengl backends. Keep the defaults as set in the xserver-xorg recipe. The following options no longer exists and are dropped: udev dga dri dri2 xshmfence xmlto systemd-logind systemd xwayland (From OE-Core rev: fce9c89c33ba6c6540fc92b729e0b7b34a6d7a3b) Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xwayland')
-rw-r--r--meta/recipes-graphics/xwayland/xwayland_21.1.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xwayland/xwayland_21.1.1.bb b/meta/recipes-graphics/xwayland/xwayland_21.1.1.bb
index 8b1c96fc4a..faf166f788 100644
--- a/meta/recipes-graphics/xwayland/xwayland_21.1.1.bb
+++ b/meta/recipes-graphics/xwayland/xwayland_21.1.1.bb
@@ -17,6 +17,22 @@ REQUIRED_DISTRO_FEATURES = "x11 opengl"
17 17
18DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libepoxy" 18DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libepoxy"
19 19
20OPENGL_PKGCONFIGS = "glx glamor dri3"
21PACKAGECONFIG ??= "${XORG_CRYPTO} \
22 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '${OPENGL_PKGCONFIGS}', '', d)} \
23"
24PACKAGECONFIG[dri3] = "-Ddri3=true,-Ddri3=false"
25PACKAGECONFIG[glx] = "-Dglx=true,-Dglx=false,virtual/libgl virtual/libx11"
26PACKAGECONFIG[glamor] = "-Dglamor=true,-Dglamor=false,libepoxy virtual/libgbm,libegl"
27PACKAGECONFIG[unwind] = "-Dlibunwind=true,-Dlibunwind=false,libunwind"
28PACKAGECONFIG[xinerama] = "-Dxinerama=true,-Dxinerama=false"
29
30# Xorg requires a SHA1 implementation, pick one
31XORG_CRYPTO ??= "openssl"
32PACKAGECONFIG[openssl] = "-Dsha1=libcrypto,,openssl"
33PACKAGECONFIG[nettle] = "-Dsha1=libnettle,,nettle"
34PACKAGECONFIG[gcrypt] = "-Dsha1=libgcrypt,,libgcrypt"
35
20do_install_append() { 36do_install_append() {
21 # remove files not needed and clashing with xserver-xorg 37 # remove files not needed and clashing with xserver-xorg
22 rm -rf ${D}/${libdir}/xorg/ 38 rm -rf ${D}/${libdir}/xorg/