xserver-kdrive-git: add build fix for xephyr
authorPhilipp Zabel <philipp.zabel@gmail.com>
Sat, 8 Sep 2007 21:59:30 +0000 (21:59 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Sat, 8 Sep 2007 21:59:30 +0000 (21:59 +0000)
packages/xorg-xserver/xserver-kdrive-git/xephyr-post-1.4-buildfix.patch [new file with mode: 0644]
packages/xorg-xserver/xserver-kdrive_git.bb

diff --git a/packages/xorg-xserver/xserver-kdrive-git/xephyr-post-1.4-buildfix.patch b/packages/xorg-xserver/xserver-kdrive-git/xephyr-post-1.4-buildfix.patch
new file mode 100644 (file)
index 0000000..8e7cde9
--- /dev/null
@@ -0,0 +1,11 @@
+Index: git/hw/kdrive/ephyr/ephyr_draw.c
+===================================================================
+--- git.orig/hw/kdrive/ephyr/ephyr_draw.c      2007-09-08 23:57:03.000000000 +0200
++++ git/hw/kdrive/ephyr/ephyr_draw.c   2007-09-08 23:57:13.000000000 +0200
+@@ -520,6 +520,5 @@
+     ExaScreenPriv(pScreen);
+     pExaScr->migration = ExaMigrationSmart;
+-    pExaScr->hideOffscreenPixmapData = TRUE;
+     pExaScr->checkDirtyCorrectness = TRUE;
+ }
index a848ee0..ce48c0e 100644 (file)
@@ -23,6 +23,7 @@ SRC_URI = "git://anongit.freedesktop.org/xorg/xserver;protocol=git \
        file://xcalibrate-new-input-world-order.patch;patch=1 \
        file://tslib-default-device.patch;patch=1 \
        file://fbdev-evdev.patch;patch=1 \
+       file://xephyr-post-1.4-buildfix.patch;patch=1 \
        "
 
 S = "${WORKDIR}/git"