mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
Note that the xorg configuration file for input-libinput now sorts lower than it used to (90 -> 60). (From OE-Core rev: 9bbdf41999ddf34855af72327d82e1390da97888) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@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] = "52c38b1369764243bfcf6ead1e4c6d32"
|
|
SRC_URI[sha256sum] = "6c5d30dc7c8b8ae34261340e1dc9cbb8ef435078e084b8ef507527a8a21af477"
|
|
|
|
FILES_${PN} += "${datadir}/X11/xorg.conf.d"
|