diff options
| author | Saul Wold <Saul.Wold@intel.com> | 2010-11-24 11:21:19 -0800 |
|---|---|---|
| committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-24 12:50:13 -0800 |
| commit | 129a3a83a7b1c8ab0b4634894818ba8d4ad28047 (patch) | |
| tree | deb4e15dc42bb318373bd0cfa4d7c2d5d2a919f6 /meta/recipes-graphics/xorg-lib/libxtst_1.2.0.bb | |
| parent | aea4b37e660e076cf89cb2218be7efaf9c489dd1 (diff) | |
| download | poky-129a3a83a7b1c8ab0b4634894818ba8d4ad28047.tar.gz | |
libxtst: Update to version 1.2.0
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxtst_1.2.0.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxtst_1.2.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxtst_1.2.0.bb b/meta/recipes-graphics/xorg-lib/libxtst_1.2.0.bb new file mode 100644 index 0000000000..5d2ec5f934 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxtst_1.2.0.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | require xorg-lib-common.inc | ||
| 2 | |||
| 3 | DESCRIPTION = "X Test Extension: client side library" | ||
| 4 | |||
| 5 | LICENSE = "MIT-style" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=cba677ca25c42ad29ee8ff351b50ece8 \ | ||
| 7 | file://src/XTest.c;beginline=2;endline=32;md5=b1c8c9dff842b4d5b89ca5fa32c40e99" | ||
| 8 | |||
| 9 | DEPENDS += "libxext recordproto inputproto libxi" | ||
| 10 | PROVIDES = "xtst" | ||
| 11 | PR = "r2" | ||
| 12 | PE = "1" | ||
| 13 | |||
| 14 | XORG_PN = "libXtst" | ||
