mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00: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:
parent
3d1583729c
commit
08935f2a86
@ -10,6 +10,6 @@ config BR2_PACKAGE_LIBFM_EXTRA
|
|||||||
|
|
||||||
http://wiki.lxde.org/en/Libfm
|
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_MMU
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user