xorgxrdp: use the new xserver-abi.inc to generate Xserver ABI dependencies

Use the new function to generate the missing dependencies, and thus we
can remove the INSANE_SKIP.

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-27 11:03:55 +00:00 committed by Khem Raj
parent e008a7b6f0
commit 2b4956b82c
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -20,4 +20,10 @@ S = "${WORKDIR}/git"
FILES:${PN} += "${libdir}/xorg/modules/*"
INSANE_SKIP:${PN} += "xorg-driver-abi"
require recipes-graphics/xorg-xserver/xserver-abi.inc
python add_xorg_abi_depends() {
_add_xorg_abi_depends(d, "xinput")
_add_xorg_abi_depends(d, "videodrv")
}
PACKAGEFUNCS =+ "add_xorg_abi_depends"