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://207.154.207.93/?a=commitdiff_plain;h=4e1653ca2e706bc3c466cad490d97b1a9f8a8e73;p=15.05%2Fopenwrt.git replace bool with tristate (prevent unneeded freetype-install) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2680 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/freetype/Config.in b/package/freetype/Config.in index 8a12d532c4..38531cc1de 100644 --- a/package/freetype/Config.in +++ b/package/freetype/Config.in @@ -1,5 +1,5 @@ config BR2_COMPILE_FREETYPE - bool + tristate default n depends BR2_PACKAGE_LIBFREETYPE