diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxau_1.0.8.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxau_1.0.8.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxau_1.0.8.bb b/meta/recipes-graphics/xorg-lib/libxau_1.0.8.bb new file mode 100644 index 0000000000..2ef8bfa8b6 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxau_1.0.8.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 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 | |||
| 11 | LICENSE = "MIT-style" | ||
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec" | ||
| 13 | |||
| 14 | DEPENDS += " xproto" | ||
| 15 | PROVIDES = "xau" | ||
| 16 | |||
| 17 | PE = "1" | ||
| 18 | |||
| 19 | XORG_PN = "libXau" | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native nativesdk" | ||
| 22 | |||
| 23 | SRC_URI[md5sum] = "685f8abbffa6d145c0f930f00703b21b" | ||
| 24 | SRC_URI[sha256sum] = "fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2" | ||
