blob: 53dcf7eac69835a9af4ea83bd47ff447581501e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require xorg-lib-common.inc
DESCRIPTION = "X Test Extension: client side library"
DEPENDS += "libxext recordproto inputproto"
PROVIDES = "xtst"
PR = "r1"
PE = "1"
XORG_PN = "libXtst"
SRC_URI[archive.md5sum] = "032d5c1d3914fc0224837328c88aef96"
SRC_URI[archive.sha256sum] = "eef98ad3d35254384c3714cd63826fc2009f9b394f2b489718aba9be7be0a10b"
|