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