summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb b/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb
new file mode 100644
index 0000000000..db0621ba2e
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb
@@ -0,0 +1,20 @@
1require xorg-lib-common.inc
2
3SUMMARY = "XTest: X Test extension library"
4
5DESCRIPTION = "This extension is a minimal set of client and server \
6extensions required to completely test the X11 server with no user \
7intervention."
8
9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://COPYING;md5=bb4f89972c3869f617f61c1a79ad1952 \
11 file://src/XTest.c;beginline=2;endline=32;md5=b1c8c9dff842b4d5b89ca5fa32c40e99"
12
13DEPENDS += "libxext xorgproto libxi"
14PROVIDES = "xtst"
15PE = "1"
16
17XORG_PN = "libXtst"
18SRC_URI[sha256sum] = "84f5f30b9254b4ffee14b5b0940e2622153b0d3aed8286a3c5b7eeb340ca33c8"
19
20BBCLASSEXTEND = "native nativesdk"