blob: e61a6292b8fb16c508229b0ed44bf33de18c9f10 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require xorg-lib-common.inc
DESCRIPTION = "A Sample Authorization Protocol for X"
DEPENDS += " xproto gettext"
PROVIDES = "xau"
PE = "1"
XORG_PN = "libXau"
BBCLASSEXTEND = "native nativesdk"
|