mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
32da05fa8f
If the file is expected to exist, then we should always be using require so that if it doesn't we get an error rather than some other more obscure failure later on. (From OE-Core rev: 603ae6eb487489e65da69c68e532cb767ccc1fc2) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
296 B
PHP
13 lines
296 B
PHP
require 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 \
|
|
"
|