From: Nicolas Thill Date: Thu, 15 Dec 2005 01:18:31 +0000 (+0000) Subject: replace bool with tristate (prevent unneeded freetype-install) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=7bbf12a62398e6752fba1a93f28ecb82695f199e replace bool with tristate (prevent unneeded freetype-install) SVN-Revision: 2680 --- 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