浏览代码

ding-libs: fix Config.in dependency logic

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 10 年之前
父节点
当前提交
a7e0f3a781
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/ding-libs/Config.in

+ 1 - 1
package/ding-libs/Config.in

@@ -1,7 +1,7 @@
 config BR2_PACKAGE_DING_LIBS
 config BR2_PACKAGE_DING_LIBS
 	bool "ding-libs"
 	bool "ding-libs"
 	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
 	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
-	depends on BR2_USE_WCHAR if BR2_NEEDS_GETTEXT
+	depends on BR2_USE_WCHAR || !BR2_NEEDS_GETTEXT
 	help
 	help
 	  The ding-libs packages contain a set of libraries used by
 	  The ding-libs packages contain a set of libraries used by
 	  the System Security Services Daemon (SSSD) and other
 	  the System Security Services Daemon (SSSD) and other