xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.10.6.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunrequire xorg-driver-input.inc
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunSUMMARY = "X.Org X server -- event devices (evdev) input driver"
4*4882a593Smuzhiyun
5*4882a593SmuzhiyunDESCRIPTION = "evdev is an Xorg input driver for Linux's generic event \
6*4882a593Smuzhiyundevices. It therefore supports all input devices that the kernel knows \
7*4882a593Smuzhiyunabout, including most mice and keyboards. \
8*4882a593Smuzhiyun\
9*4882a593SmuzhiyunThe evdev driver can serve as both a pointer and a keyboard input \
10*4882a593Smuzhiyundevice, and may be used as both the core keyboard and the core pointer. \
11*4882a593SmuzhiyunMultiple input devices are supported by multiple instances of this \
12*4882a593Smuzhiyundriver, with one Load directive for evdev in the Module section of your \
13*4882a593Smuzhiyunxorg.conf for each input device that will use this driver. "
14*4882a593Smuzhiyun
15*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=fefe33b1cf0cacba0e72e3b0fa0f0e16"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunDEPENDS += "mtdev libevdev"
18*4882a593Smuzhiyun
19*4882a593SmuzhiyunSRC_URI[md5sum] = "e8bd1edc6751f92e425cae7eba3c61eb"
20*4882a593SmuzhiyunSRC_URI[sha256sum] = "8726073e81861bc7b2321e76272cbdbd33c7e1a121535a9827977265b9033ec0"
21