Browse Source

package/dovecot: Fix broken logic for comment display

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd Kuhls 10 years ago
parent
commit
1814da768b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/dovecot/Config.in

+ 1 - 1
package/dovecot/Config.in

@@ -55,4 +55,4 @@ endif # BR2_PACKAGE_DOVECOT
 
 comment "dovecot needs a toolchain w/ dynamic library"
 	depends on BR2_USE_MMU
-	depends on !BR2_STATIC_LIBS
+	depends on BR2_STATIC_LIBS