gnome-desktop: remove X11 dependencies

The dependencies on libxext and xrandr were removed in 3.21.4 (2016).

This also means we can remove the check for the X11 DISTRO_FEATURE.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ross Burton
2024-11-13 12:41:10 +00:00
committed by Khem Raj
parent f4c1dab308
commit 8106d41925
@@ -6,10 +6,9 @@ LIC_FILES_CHKSUM = " \
file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
"
inherit gnomebase itstool pkgconfig upstream-version-is-even gobject-introspection features_check gtk-doc
REQUIRED_DISTRO_FEATURES = "x11 opengl"
REQUIRED_DISTRO_FEATURES = "opengl"
GIR_MESON_OPTION = ""
@@ -25,11 +24,9 @@ DEPENDS += " \
gtk+3 \
gtk4 \
iso-codes \
xext \
libseccomp \
libxkbcommon \
xkeyboard-config \
xrandr \
"
DEPENDS:remove:riscv32 = "libseccomp"