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