package/libcrossguid: Fix typo in Config.in

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls 2016-03-13 17:36:00 +01:00 committed by Peter Korsgaard
parent 8ba69a7322
commit 5940e2e6af

View file

@ -11,5 +11,5 @@ config BR2_PACKAGE_LIBCROSSGUID
https://github.com/graeme-hill/crossguid
comment "libcrossguid needs a toolchain w/ C++, wchar, gcc >= 4.7"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR \\
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR \
|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7