From 99c6361c83754fa115eb715426a07d4b84313683 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Thu, 11 Feb 2010 13:52:03 +0000 Subject: [PATCH] xserver-xorg 1.7.4: OpenPandora HACK! - Temp! - Do NOT put into mainline. --- recipes/xorg-xserver/xserver-xorg_1.7.4.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/xorg-xserver/xserver-xorg_1.7.4.bb b/recipes/xorg-xserver/xserver-xorg_1.7.4.bb index 5ef62fdefa..140d411bab 100644 --- a/recipes/xorg-xserver/xserver-xorg_1.7.4.bb +++ b/recipes/xorg-xserver/xserver-xorg_1.7.4.bb @@ -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 } -- 2.39.5