blob: 3fa73b811ac61b83b113035fe54ae9e195553922 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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"
PE = "1"
|