diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-01 12:27:22 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-01 12:27:22 +0000 |
commit | 53df894a7133deed5d3f3120e5de3dd0539fff4a (patch) | |
tree | 920dc29c8507dc5b956d1b5b8490f01cc3cb0823 /meta/packages | |
parent | 5510cc238a8be4f639ea4b221650e1c8259859e2 (diff) | |
download | poky-53df894a7133deed5d3f3120e5de3dd0539fff4a.tar.gz |
xrandr: updated to 1.2.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2265 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/xorg-app/xrandr/resolve_symbol_clash.patch | 16 | ||||
-rw-r--r-- | meta/packages/xorg-app/xrandr_1.2.2.bb (renamed from meta/packages/xorg-app/xrandr_1.2.0.bb) | 1 |
2 files changed, 7 insertions, 10 deletions
diff --git a/meta/packages/xorg-app/xrandr/resolve_symbol_clash.patch b/meta/packages/xorg-app/xrandr/resolve_symbol_clash.patch index 80d8960c94..1ecf9563f6 100644 --- a/meta/packages/xorg-app/xrandr/resolve_symbol_clash.patch +++ b/meta/packages/xorg-app/xrandr/resolve_symbol_clash.patch | |||
@@ -2,11 +2,9 @@ | |||
2 | xrandr.c | 6 +++--- | 2 | xrandr.c | 6 +++--- |
3 | 1 file changed, 3 insertions(+), 3 deletions(-) | 3 | 1 file changed, 3 insertions(+), 3 deletions(-) |
4 | 4 | ||
5 | Index: xrandr-1.2.0/xrandr.c | 5 | --- xrandr-1.2.2.orig/xrandr.c |
6 | =================================================================== | 6 | +++ xrandr-1.2.2/xrandr.c |
7 | --- xrandr-1.2.0.orig/xrandr.c 2007-02-19 05:26:50.000000000 +0000 | 7 | @@ -189,7 +189,7 @@ |
8 | +++ xrandr-1.2.0/xrandr.c 2007-05-28 19:22:30.000000000 +0100 | ||
9 | @@ -163,7 +163,7 @@ reflection_name (Rotation rotation) | ||
10 | 8 | ||
11 | #if HAS_RANDR_1_2 | 9 | #if HAS_RANDR_1_2 |
12 | typedef enum _policy { | 10 | typedef enum _policy { |
@@ -15,16 +13,16 @@ Index: xrandr-1.2.0/xrandr.c | |||
15 | } policy_t; | 13 | } policy_t; |
16 | 14 | ||
17 | typedef enum _relation { | 15 | typedef enum _relation { |
18 | @@ -1398,7 +1398,7 @@ main (int argc, char **argv) | 16 | @@ -1602,7 +1602,7 @@ |
17 | int ret = 0; | ||
19 | #if HAS_RANDR_1_2 | 18 | #if HAS_RANDR_1_2 |
20 | output_t *output = NULL; | 19 | output_t *output = NULL; |
21 | char *crtc; | ||
22 | - policy_t policy = clone; | 20 | - policy_t policy = clone; |
23 | + policy_t policy = policy_clone; | 21 | + policy_t policy = policy_clone; |
24 | Bool setit_1_2 = False; | 22 | Bool setit_1_2 = False; |
25 | Bool query_1_2 = False; | 23 | Bool query_1_2 = False; |
26 | Bool query_1 = False; | 24 | Bool modeit = False; |
27 | @@ -1634,7 +1634,7 @@ main (int argc, char **argv) | 25 | @@ -1863,7 +1863,7 @@ |
28 | continue; | 26 | continue; |
29 | } | 27 | } |
30 | if (!strcmp ("--clone", argv[i])) { | 28 | if (!strcmp ("--clone", argv[i])) { |
diff --git a/meta/packages/xorg-app/xrandr_1.2.0.bb b/meta/packages/xorg-app/xrandr_1.2.2.bb index efeea388d0..05ef6af95d 100644 --- a/meta/packages/xorg-app/xrandr_1.2.0.bb +++ b/meta/packages/xorg-app/xrandr_1.2.2.bb | |||
@@ -3,7 +3,6 @@ require xorg-app-common.inc | |||
3 | DESCRIPTION = "X Resize and Rotate extension command." | 3 | DESCRIPTION = "X Resize and Rotate extension command." |
4 | LICENSE= "BSD-X" | 4 | LICENSE= "BSD-X" |
5 | DEPENDS += "libxrandr libxrender" | 5 | DEPENDS += "libxrandr libxrender" |
6 | PR = "r1" | ||
7 | PE = "1" | 6 | PE = "1" |
8 | 7 | ||
9 | SRC_URI += "file://resolve_symbol_clash.patch;patch=1" | 8 | SRC_URI += "file://resolve_symbol_clash.patch;patch=1" |