diff options
| author | Saul Wold <Saul.Wold@intel.com> | 2010-11-24 12:13:31 -0800 |
|---|---|---|
| committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-24 12:50:15 -0800 |
| commit | 3ecef7603e0a007c1d3f09fad59d7948119634a0 (patch) | |
| tree | f906e1eea28d509a2c03e10a01563ff01dbe511d /meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb | |
| parent | fb0bd9aac1dcd940a82778941cd4ebd821614128 (diff) | |
| download | poky-3ecef7603e0a007c1d3f09fad59d7948119634a0.tar.gz | |
libxau: Update to version 1.0.6
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb b/meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb new file mode 100644 index 0000000000..65374611ba --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "A Sample Authorization Protocol for X" | ||
| 2 | |||
| 3 | require xorg-lib-common.inc | ||
| 4 | |||
| 5 | LICENSE = "MIT-style" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec" | ||
| 7 | |||
| 8 | DEPENDS += " xproto gettext" | ||
| 9 | PROVIDES = "xau" | ||
| 10 | |||
| 11 | PR = "r0" | ||
| 12 | PE = "1" | ||
| 13 | |||
| 14 | XORG_PN = "libXau" | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | ||
