Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 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=bb4f89972c3869f617f61c1a79ad1952 \ |
| 11 | file://src/XTest.c;beginline=2;endline=32;md5=b1c8c9dff842b4d5b89ca5fa32c40e99" |
| 12 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 13 | DEPENDS += "libxext xorgproto libxi" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 14 | PROVIDES = "xtst" |
| 15 | PE = "1" |
| 16 | |
| 17 | XORG_PN = "libXtst" |
| 18 | |
Brad Bishop | 37a0e4d | 2017-12-04 01:01:44 -0500 | [diff] [blame] | 19 | SRC_URI[md5sum] = "ef8c2c1d16a00bd95b9fdcef63b8a2ca" |
| 20 | SRC_URI[sha256sum] = "4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 21 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 22 | BBCLASSEXTEND = "native nativesdk" |