blob: fbec0643ff5c1306154ea3ee0b5eeafec8e8305a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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"
|