blob: a89203f5dfcf2ee0fbe56f3da38f34a08b14437e (
plain)
1
2
3
4
5
6
7
8
9
10
|
include xorg-lib-common.inc
DESCRIPTION = "X Test Extension: client side library"
PRIORITY = "optional"
DEPENDS += " libx11 libxext recordproto xextproto inputproto"
PROVIDES = "xtst"
XORG_PN = "libXtst"
|