From 02a623ddf96aa97c341a287bbb4ec5370a069444 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 4 Aug 2008 19:07:05 +0000 Subject: buildroot: remove trailing spaces for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done --- package/qtopia4/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/qtopia4/Config.in') diff --git a/package/qtopia4/Config.in b/package/qtopia4/Config.in index d1f415e30..7f6b5d696 100644 --- a/package/qtopia4/Config.in +++ b/package/qtopia4/Config.in @@ -83,7 +83,7 @@ config BR2_PACKAGE_QTOPIA4_QT3SUPPORT bool "Compatibility with Qt3" depends on BR2_PACKAGE_QTOPIA4 help - Turns on support for older Qt3. This will create an additional + Turns on support for older Qt3. This will create an additional library with proxy code and increase the space required on target. If unsure say n. @@ -185,7 +185,7 @@ config BR2_PACKAGE_QTOPIA4_SYSTEMZLIB help Use the shared zlib from the system. endchoice - + choice prompt "freetype2 support" depends on BR2_PACKAGE_QTOPIA4 -- cgit v1.2.3