mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
e008a7b6f0
commit
2b4956b82c
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user