replace bool with tristate (prevent unneeded freetype-install)
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 15 Dec 2005 01:18:31 +0000 (01:18 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 15 Dec 2005 01:18:31 +0000 (01:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2680 3c298f89-4303-0410-b956-a3cf2f4a3e73

openwrt/package/freetype/Config.in

index 8a12d53..38531cc 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_COMPILE_FREETYPE
-       bool
+       tristate
        default n
        depends BR2_PACKAGE_LIBFREETYPE
 
This page took 0.030444 seconds and 4 git commands to generate.