]> code.ossystems Code Review - openembedded-core.git/commitdiff
xrandr: updated to 1.2.2
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 1 Aug 2007 12:27:22 +0000 (12:27 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 1 Aug 2007 12:27:22 +0000 (12:27 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2265 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xorg-app/xrandr/resolve_symbol_clash.patch
meta/packages/xorg-app/xrandr_1.2.2.bb [moved from meta/packages/xorg-app/xrandr_1.2.0.bb with 95% similarity]

index 80d8960c94497b6b286a3d4ef11b37d45ea736a6..1ecf9563f6e5c31f5ce8448c606953147d32f597 100644 (file)
@@ -2,11 +2,9 @@
  xrandr.c |    6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
 
-Index: xrandr-1.2.0/xrandr.c
-===================================================================
---- xrandr-1.2.0.orig/xrandr.c 2007-02-19 05:26:50.000000000 +0000
-+++ xrandr-1.2.0/xrandr.c      2007-05-28 19:22:30.000000000 +0100
-@@ -163,7 +163,7 @@ reflection_name (Rotation rotation)
+--- xrandr-1.2.2.orig/xrandr.c
++++ xrandr-1.2.2/xrandr.c
+@@ -189,7 +189,7 @@
  
  #if HAS_RANDR_1_2
  typedef enum _policy {
@@ -15,16 +13,16 @@ Index: xrandr-1.2.0/xrandr.c
  } policy_t;
  
  typedef enum _relation {
-@@ -1398,7 +1398,7 @@ main (int argc, char **argv)
+@@ -1602,7 +1602,7 @@
+     int               ret = 0;
  #if HAS_RANDR_1_2
      output_t  *output = NULL;
-     char      *crtc;
 -    policy_t  policy = clone;
 +    policy_t  policy = policy_clone;
      Bool      setit_1_2 = False;
      Bool      query_1_2 = False;
-     Bool      query_1 = False;
-@@ -1634,7 +1634,7 @@ main (int argc, char **argv)
+     Bool      modeit = False;
+@@ -1863,7 +1863,7 @@
            continue;
        }
        if (!strcmp ("--clone", argv[i])) {
similarity index 95%
rename from meta/packages/xorg-app/xrandr_1.2.0.bb
rename to meta/packages/xorg-app/xrandr_1.2.2.bb
index efeea388d0933bfcf6a9bdcad001172b5b37c8d3..05ef6af95dfb1e652f9fd5404e5270c383ef7704 100644 (file)
@@ -3,7 +3,6 @@ require xorg-app-common.inc
 DESCRIPTION = "X Resize and Rotate extension command."
 LICENSE= "BSD-X"
 DEPENDS += "libxrandr libxrender"
-PR = "r1"
 PE = "1"
 
 SRC_URI += "file://resolve_symbol_clash.patch;patch=1"