blob: 8f17e9a5bbcb24625a7f7f8db91f943b9f48a9f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require xorg-app-common.inc
SUMMARY = "Runtime configuration and test of XInput devices"
DESCRIPTION = "Xinput is an utility for configuring and testing XInput devices"
LIC_FILES_CHKSUM = "file://COPYING;md5=22c34ea36136407a77702a8b784f9bd0"
DEPENDS += " libxi"
PR = "r7"
SRC_URI[md5sum] = "1e2f0ad4f3fa833b65c568907f171d28"
SRC_URI[sha256sum] = "6aade131cecddaeefc39ddce1dd5e8473f6039c2e4efbfd9fbb5ee2a75885c76"
|