From 7b31027b08daff4cf7be5750722d85173c52d963 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Fri, 2 Dec 2011 11:27:00 +0800 Subject: libxfont: remove the unused no-scalable-crash.patch (From OE-Core rev: 395dcd212909f69a099c52ff8536a750da71ef2b) Signed-off-by: Dexuan Cui Signed-off-by: Richard Purdie --- .../xorg-lib/libxfont/no-scalable-crash.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxfont/no-scalable-crash.patch diff --git a/meta/recipes-graphics/xorg-lib/libxfont/no-scalable-crash.patch b/meta/recipes-graphics/xorg-lib/libxfont/no-scalable-crash.patch deleted file mode 100644 index b3c58aff45..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxfont/no-scalable-crash.patch +++ /dev/null @@ -1,24 +0,0 @@ -Upstream-Status: Pending - ---- /tmp/fontdir.c 2006-08-01 16:17:22.000000000 +0200 -+++ libXfont-1.2.0/src/fontfile/fontdir.c 2006-08-01 16:20:37.248306000 +0200 -@@ -695,6 +695,11 @@ - */ - if (isscale) - { -+ /* If the fontname says it is scalable, make sure that the -+ * renderer supports OpenScalable and GetInfoScalable. -+ */ -+ if (renderer->OpenScalable && renderer->GetInfoScalable) -+ { - if (vals.values_supplied & SIZE_SPECIFY_MASK) - { - bzero((char *)&zeroVals, sizeof(zeroVals)); -@@ -794,6 +799,7 @@ - bitmap->name.name); - } - } -+ } - } - return TRUE; - } -- cgit v1.2.3-54-g00ecf