blob: 65374611ba60775dfa0915cfebfe8b1757dd88c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "A Sample Authorization Protocol for X"
require xorg-lib-common.inc
LICENSE = "MIT-style"
LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec"
DEPENDS += " xproto gettext"
PROVIDES = "xau"
PR = "r0"
PE = "1"
XORG_PN = "libXau"
BBCLASSEXTEND = "native nativesdk"
|