blob: 3fbc3a5b44e1a151b9ee443f4f582f31bc74d764 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "Xau: X Authority Database library"
2
3DESCRIPTION = "libxau provides the main interfaces to the X11 \
4authorisation handling, which controls authorisation for X connections, \
5both client-side and server-side."
6
7require xorg-lib-common.inc
8
9inherit gettext
10
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000011LICENSE = "MIT"
Brad Bishop19323692019-04-05 15:28:33 -040012LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec"
13
14DEPENDS += " xorgproto"
15PROVIDES = "xau"
16
17PE = "1"
18
19XORG_PN = "libXau"
20
21BBCLASSEXTEND = "native nativesdk"
22
23SRC_URI[md5sum] = "c5f16288f2da9f071b29111d68797480"
24SRC_URI[sha256sum] = "ccf8cbf0dbf676faa2ea0a6d64bcc3b6746064722b606c8c52917ed00dcb73ec"