diff options
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/xorg-app/xinput_1.4.2.bb | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 85d8fdbea1..053a2ad932 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -27782,6 +27782,10 @@ sha256=c15dd54ad64e660d5a3e8c1ea0d14e50ba1127aab2e3211b82e3ee1e6c7045a4 md5=977d657e8d7b59f7d82c98ebef444b28 sha256=330c3e5188abf256131c162c456060804f369349e9a0e7aa3efbc54add802e45 +[http://xorg.freedesktop.org/releases/individual/app/xinput-1.4.2.tar.bz2] +md5=58e619576cbf4b6057eebb7a97fe2ddf +sha256=3195916b6cebf109eb571b939d7cea7075ef1933782526a6d8fbbb353bc3924b + [http://xorg.freedesktop.org/releases/individual/app/xkbcomp-1.0.3.tar.bz2] md5=2fbcae1323c266edf5b6c61751f2e343 sha256=0635bae5dae3c933ebba997475ae14fa213aee1f2ea8aaff2ca76c50f8aec716 diff --git a/recipes/xorg-app/xinput_1.4.2.bb b/recipes/xorg-app/xinput_1.4.2.bb new file mode 100644 index 0000000000..a95753c1f9 --- /dev/null +++ b/recipes/xorg-app/xinput_1.4.2.bb @@ -0,0 +1,4 @@ +require xorg-app-common.inc + +DESCRIPTION = "a utility to configure and test XInput devices" +DEPENDS += " libxi" |