blob: ebe9be5b9ab9a8adf959033da18eb73427abc2fc [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001require 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
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00009LICENSE = "MIT"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010LIC_FILES_CHKSUM = "file://COPYING;md5=bb4f89972c3869f617f61c1a79ad1952 \
11 file://src/XTest.c;beginline=2;endline=32;md5=b1c8c9dff842b4d5b89ca5fa32c40e99"
12
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013DEPENDS += "libxext xorgproto libxi"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050014PROVIDES = "xtst"
15PE = "1"
16
17XORG_PN = "libXtst"
18
Brad Bishop37a0e4d2017-12-04 01:01:44 -050019SRC_URI[md5sum] = "ef8c2c1d16a00bd95b9fdcef63b8a2ca"
20SRC_URI[sha256sum] = "4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050021
Brad Bishop19323692019-04-05 15:28:33 -040022BBCLASSEXTEND = "native nativesdk"