blob: 8c52475b85566f2b6241080c8c8552c11e65af0d [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "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
11LICENSE = "MIT-style"
12LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec"
13
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080014DEPENDS += " xorgproto"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050015PROVIDES = "xau"
16
17PE = "1"
18
19XORG_PN = "libXau"
20
21BBCLASSEXTEND = "native nativesdk"
22
23SRC_URI[md5sum] = "685f8abbffa6d145c0f930f00703b21b"
24SRC_URI[sha256sum] = "fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2"