blob: a544d71bf251f652b1d798779aef4e782e92503e (
plain)
1
2
3
4
5
6
7
8
9
10
|
include xorg-driver-common.inc
DEPENDS += "inputproto kbproto "
python populate_packages_prepend() {
add_abi_depends(d, "input")
}
FILES_${PN} += " ${libdir}/xorg/modules/input/*.so"
FILES_${PN}-dbg += " ${libdir}/xorg/modules/input/.debug"
|