diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxtst_1.2.1.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxtst_1.2.1.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxtst_1.2.1.bb b/meta/recipes-graphics/xorg-lib/libxtst_1.2.1.bb new file mode 100644 index 0000000000..88ba088bb5 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxtst_1.2.1.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | require xorg-lib-common.inc | ||
2 | |||
3 | SUMMARY = "XTest: X Test extension library" | ||
4 | |||
5 | DESCRIPTION = "This extension is a minimal set of client and server \ | ||
6 | extensions required to completely test the X11 server with no user \ | ||
7 | intervention." | ||
8 | |||
9 | LICENSE = "MIT-style" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=cba677ca25c42ad29ee8ff351b50ece8 \ | ||
11 | file://src/XTest.c;beginline=2;endline=32;md5=b1c8c9dff842b4d5b89ca5fa32c40e99" | ||
12 | |||
13 | DEPENDS += "libxext recordproto inputproto libxi" | ||
14 | PROVIDES = "xtst" | ||
15 | PR = "r0" | ||
16 | PE = "1" | ||
17 | |||
18 | XORG_PN = "libXtst" | ||
19 | |||
20 | SRC_URI[md5sum] = "e8abc5c00c666f551cf26aa53819d592" | ||
21 | SRC_URI[sha256sum] = "7eea3e66e392aca3f9dad6238198753c28e1c32fa4903cbb7739607a2504e5e0" | ||