diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index fc05c6a76e..44315f59dc 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | |||
@@ -120,13 +120,14 @@ EXTRA_OECONF += "--with-fop=no \ | |||
120 | " | 120 | " |
121 | 121 | ||
122 | OPENGL_PKGCONFIGS = "dri glx glamor dri3 xshmfence" | 122 | OPENGL_PKGCONFIGS = "dri glx glamor dri3 xshmfence" |
123 | PACKAGECONFIG ??= "dri2 udev ${XORG_CRYPTO} \ | 123 | PACKAGECONFIG ??= "dga dri2 udev ${XORG_CRYPTO} \ |
124 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '${OPENGL_PKGCONFIGS}', '', d)} \ | 124 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '${OPENGL_PKGCONFIGS}', '', d)} \ |
125 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl wayland', 'xwayland', '', d)} \ | 125 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl wayland', 'xwayland', '', d)} \ |
126 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd systemd-logind', '', d)} \ | 126 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd systemd-logind', '', d)} \ |
127 | " | 127 | " |
128 | 128 | ||
129 | PACKAGECONFIG[udev] = "--enable-config-udev,--disable-config-udev,udev" | 129 | PACKAGECONFIG[udev] = "--enable-config-udev,--disable-config-udev,udev" |
130 | PACKAGECONFIG[dga] = "--enable-dga,--disable-dga" | ||
130 | PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,virtual/mesa" | 131 | PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,virtual/mesa" |
131 | PACKAGECONFIG[dri2] = "--enable-dri2,--disable-dri2" | 132 | PACKAGECONFIG[dri2] = "--enable-dri2,--disable-dri2" |
132 | # DRI3 requires xshmfence to also be enabled | 133 | # DRI3 requires xshmfence to also be enabled |