blob: c4dba1b19ceb8104f75baebf1d33016475fcb53d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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 \
${datadir}/X11/xorg.conf.d \
"
|