mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/libfm-extra: fix dependency comment
According to the depends used the package does not need C++. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
3d1583729c
commit
08935f2a86
@@ -10,6 +10,6 @@ config BR2_PACKAGE_LIBFM_EXTRA
|
||||
|
||||
http://wiki.lxde.org/en/Libfm
|
||||
|
||||
comment "libfm-extra needs a toolchain w/ wchar, threads, C++"
|
||||
comment "libfm-extra needs a toolchain w/ wchar, threads"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
Reference in New Issue
Block a user