From 7a5bd00041aed0ed7b9e6be39ae3b2c3bf63834d Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Sat, 28 Apr 2007 11:44:47 +0000 Subject: linux-x86-2.6.20/defconfig: Enabled Wireless extensions. --- packages/linux/linux-x86-2.6.20/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/linux/linux-x86-2.6.20/defconfig b/packages/linux/linux-x86-2.6.20/defconfig index 2b7dc6a3f7..ed299d667d 100644 --- a/packages/linux/linux-x86-2.6.20/defconfig +++ b/packages/linux/linux-x86-2.6.20/defconfig @@ -702,7 +702,7 @@ CONFIG_S2IO=m # # Wireless LAN (non-hamradio) # -# CONFIG_NET_RADIO is not set +CONFIG_NET_RADIO=y # # Wan interfaces -- cgit v1.2.3 From 79d25f1168daca07252b28dda346d72a6cb6c05a Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Sat, 28 Apr 2007 22:26:21 +0000 Subject: pango_1.16.4.bb: Added 1.16.4 with DEFAULT_PREFERENCE=-1, needs testing. Quantize kerning value if metrics hinting is on. This greatly improves screen text rendering with certain fonts like DejaVu Sans. --- packages/pango/pango_1.16.4.bb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 packages/pango/pango_1.16.4.bb diff --git a/packages/pango/pango_1.16.4.bb b/packages/pango/pango_1.16.4.bb new file mode 100644 index 0000000000..2749b0ba1e --- /dev/null +++ b/packages/pango/pango_1.16.4.bb @@ -0,0 +1,4 @@ +DEFAULT_PREFERENCE = "-1" + +require pango.inc + -- cgit v1.2.3 From 95410b2f1dbb49a20f4d507a1d46d6964839e0ef Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Sat, 28 Apr 2007 22:35:39 +0000 Subject: pango_1.16.4.bb: Needs no-test patch. --- packages/pango/pango-1.16.4/.mtn2git_empty | 0 packages/pango/pango-1.16.4/no-tests.patch | 10 ++++++++++ 2 files changed, 10 insertions(+) create mode 100644 packages/pango/pango-1.16.4/.mtn2git_empty create mode 100644 packages/pango/pango-1.16.4/no-tests.patch diff --git a/packages/pango/pango-1.16.4/.mtn2git_empty b/packages/pango/pango-1.16.4/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/pango/pango-1.16.4/no-tests.patch b/packages/pango/pango-1.16.4/no-tests.patch new file mode 100644 index 0000000000..dafcb20c3b --- /dev/null +++ b/packages/pango/pango-1.16.4/no-tests.patch @@ -0,0 +1,10 @@ +--- /tmp/Makefile.am 2007-03-01 13:29:37.000000000 +0100 ++++ pango-1.16.0/Makefile.am 2007-03-01 13:29:52.545251000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to create Makefile.in. + +-SUBDIRS= pango modules pango-view examples docs tools tests ++SUBDIRS= pango modules pango-view examples docs tools + + EXTRA_DIST = \ + autogen.sh \ -- cgit v1.2.3