mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
04ef34f3db
Some distributions already use this as input default. It is planned to include it in xorg server 1.20. To * prepare usage now * make merge more easier later include it in oe-core now. (From OE-Core rev: ffd00f9a733a260f1f2b802662c45c1ec8c86c2f) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
386 B
BlitzBasic
12 lines
386 B
BlitzBasic
require xorg-driver-input.inc
|
|
|
|
SUMMARY = "Generic input driver for the X.Org server based on libinput"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=5e6b20ea2ef94a998145f0ea3f788ee0"
|
|
|
|
DEPENDS += "libinput"
|
|
|
|
SRC_URI[md5sum] = "2c8cb520f88da7bafaceebc0b34ea1d4"
|
|
SRC_URI[sha256sum] = "fdade531e91e79acf6dce8ac55fa4f65abe3f1358c5d3d777ae48dbc74b76f49"
|
|
|
|
FILES_${PN} += "${datadir}/X11/xorg.conf.d"
|