mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 19:37:10 +00:00
562cc69238
The dependency adding function has nothing to do with package splitting, so move it to a PACKAGEFUNC. (From OE-Core rev: b8766acd26676f619e28e90417f09848c2da43fa) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
288 B
PHP
12 lines
288 B
PHP
include xorg-driver-common.inc
|
|
|
|
DEPENDS += "inputproto kbproto "
|
|
|
|
python add_xorg_abi_depends() {
|
|
_add_xorg_abi_depends(d, "input")
|
|
}
|
|
PACKAGEFUNCS =+ "add_xorg_abi_depends"
|
|
|
|
FILES_${PN} += " ${libdir}/xorg/modules/input/*.so"
|
|
FILES_${PN}-dbg += " ${libdir}/xorg/modules/input/.debug"
|