diff options
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xsetmode_1.0.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xsetmode_1.0.0.bb b/meta-oe/recipes-graphics/xorg-app/xsetmode_1.0.0.bb new file mode 100644 index 0000000000..b757329d94 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xsetmode_1.0.0.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
| 2 | |||
| 3 | SUMMARY = "X.Org X11 X client utilities" | ||
| 4 | HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xsetmode/" | ||
| 5 | DESCRIPTION = "xsetmode sets the mode of an XInput device to either absolute \ | ||
| 6 | or relative." | ||
| 7 | SECTION = "x11/app" | ||
| 8 | LICENSE = "MIT" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=9b37e00e7793b667cbc64f9df7b6d733" | ||
| 10 | |||
| 11 | DEPENDS += "libxi" | ||
| 12 | BBCLASSEXTEND = "native" | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "d074e79d380b031d2f60e4cd56538c93" | ||
| 15 | SRC_URI[sha256sum] = "988b47cd922991c6e6adbce15dc386ac75690b61744b526c3af5a4eaa9afa0aa" | ||
