blob: a64067e2ad1d381eb0e9e03635b72ee3547abbed (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require xorg-lib-common.inc
PE = "1"
DESCRIPTION = "X Server Extension library"
PRIORITY = "optional"
DEPENDS += " xproto virtual/libx11 xextproto libxau"
PROVIDES = "xext"
XORG_PN = "libXext"
|