Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | include xorg-driver-common.inc |
2 | |||||
3 | DEPENDS += "inputproto kbproto " | ||||
4 | |||||
5 | python add_xorg_abi_depends() { | ||||
6 | _add_xorg_abi_depends(d, "input") | ||||
7 | } | ||||
8 | PACKAGEFUNCS =+ "add_xorg_abi_depends" | ||||
9 | |||||
10 | FILES_${PN} += " ${libdir}/xorg/modules/input/*.so" | ||||
11 | FILES_${PN}-dbg += " ${libdir}/xorg/modules/input/.debug" |