mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
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:
@@ -20,4 +20,10 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
FILES:${PN} += "${libdir}/xorg/modules/*"
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user