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=5161c99ec1cafcd57ce7bf8113b98067e0b403b1;p=15.05%2Fopenwrt.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