xserver-xorg 1.7.4: OpenPandora HACK! - Temp! - Do NOT put into mainline.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Thu, 11 Feb 2010 13:52:03 +0000 (13:52 +0000)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Thu, 8 Apr 2010 07:19:37 +0000 (08:19 +0100)
recipes/xorg-xserver/xserver-xorg_1.7.4.bb

index 5ef62fd..140d411 100644 (file)
@@ -3,7 +3,7 @@ require xorg-xserver-common.inc
 DESCRIPTION = "the X.Org X server"
 DEPENDS += "pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts"
 PE = "2"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 SRC_URI += "file://sysroot_fix.patch;patch=1 \
             file://dolt-fix-1.7.0.patch;patch=1 \
@@ -14,6 +14,9 @@ SRC_URI += "file://sysroot_fix.patch;patch=1 \
 SRC_URI_append_angstrom = " file://hack-assume-pixman-supports-overlapped-blt.patch;patch=1"
 SRC_URI_append_shr = " file://hack-assume-pixman-supports-overlapped-blt.patch;patch=1"
 
+# OpenPandora HACK! - Temp! - Do NOT put into mainline.
+SRC_URI_append_omap3-pandora = " file://evil-no-XkbSendNewKeyboardNotify.patch;patch=1"
+
 do_install_prepend() {
         mkdir -p ${D}/${libdir}/X11/fonts
 }