From: nico Date: Thu, 15 Dec 2005 01:18:31 +0000 (+0000) Subject: replace bool with tristate (prevent unneeded freetype-install) X-Git-Tag: fast2504n-3.10.28-merged~23718 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=1fe803b1717b6236aff723a8b95efb76602e03a6;p=openwrt.git replace bool with tristate (prevent unneeded freetype-install) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2680 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/freetype/Config.in b/openwrt/package/freetype/Config.in index 8a12d532c4..38531cc1de 100644 --- a/openwrt/package/freetype/Config.in +++ b/openwrt/package/freetype/Config.in @@ -1,5 +1,5 @@ config BR2_COMPILE_FREETYPE - bool + tristate default n depends BR2_PACKAGE_LIBFREETYPE