diff options
| author | Dexuan Cui <dexuan.cui@intel.com> | 2010-06-29 10:40:32 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:19:09 +0100 |
| commit | 6704e4928996bd1cd01a311203a36a5d4032abe4 (patch) | |
| tree | a605dfa2d09136abf812e03c2cfea5d5101e87fd | |
| parent | e125dd087b98e5b9f0764a4d99763193da1e239d (diff) | |
| download | poky-6704e4928996bd1cd01a311203a36a5d4032abe4.tar.gz | |
libxrandr: upgrade to the latest version 1.3.0
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
| -rw-r--r-- | meta/packages/xorg-lib/libxrandr_1.3.0.bb (renamed from meta/packages/xorg-lib/libxrandr_1.2.99.4.bb) | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/meta/packages/xorg-lib/libxrandr_1.2.99.4.bb b/meta/packages/xorg-lib/libxrandr_1.3.0.bb index 173b6bd174..461dff424b 100644 --- a/meta/packages/xorg-lib/libxrandr_1.2.99.4.bb +++ b/meta/packages/xorg-lib/libxrandr_1.3.0.bb | |||
| @@ -1,9 +1,13 @@ | |||
| 1 | DESCRIPTION = "X11 Resize and Rotate extension library" | ||
| 2 | |||
| 1 | require xorg-lib-common.inc | 3 | require xorg-lib-common.inc |
| 2 | 4 | ||
| 3 | DESCRIPTION = "X11 Resize and Rotate extension library" | 5 | LICENSE = "MIT-style" |
| 4 | LICENSE = "BSD-X" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=660ef232af253760087c069d76287b85" |
| 7 | |||
| 5 | DEPENDS += "randrproto libxrender libxext" | 8 | DEPENDS += "randrproto libxrender libxext" |
| 6 | PR = "r1" | 9 | |
| 10 | PR = "r0" | ||
| 7 | PE = "1" | 11 | PE = "1" |
| 8 | 12 | ||
| 9 | XORG_PN = "libXrandr" | 13 | XORG_PN = "libXrandr" |
