15 lines
575 B
BlitzBasic
15 lines
575 B
BlitzBasic
|
|
require xorg-driver-input.inc
|
||
|
|
|
||
|
|
SUMMARY = "X.Org X server -- mouse input driver"
|
||
|
|
|
||
|
|
DESCRIPTION = "mouse is an Xorg input driver for mice. The driver \
|
||
|
|
supports most available mouse types and interfaces. The mouse driver \
|
||
|
|
functions as a pointer input device, and may be used as the X server's \
|
||
|
|
core pointer. Multiple mice are supported by multiple instances of this \
|
||
|
|
driver."
|
||
|
|
|
||
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d213a69053dffe9bcab94abf60013d33"
|
||
|
|
|
||
|
|
SRC_URI[sha256sum] = "4fde8ae9b44352e2a208584c36528ee3ed13cf5fe4417208a9785daccefd9968"
|
||
|
|
XORG_DRIVER_COMPRESSOR = ".tar.xz"
|