diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-15 01:18:31 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-15 01:18:31 +0000 |
commit | 4e1653ca2e706bc3c466cad490d97b1a9f8a8e73 (patch) | |
tree | f6c2320c8a7c03203233dd3bb1ab034dce95887f | |
parent | d6f995300404f4569bc0e5d8dcaca5ee91daafef (diff) | |
download | upstream-4e1653ca2e706bc3c466cad490d97b1a9f8a8e73.tar.gz upstream-4e1653ca2e706bc3c466cad490d97b1a9f8a8e73.tar.bz2 upstream-4e1653ca2e706bc3c466cad490d97b1a9f8a8e73.zip |
replace bool with tristate (prevent unneeded freetype-install)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2680 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/freetype/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |