mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
package/vdr: replace utf-8 space by ascii character
Replace utf-8 NO-BREAK-SPACE (c2 a0) in comment line by simple ascii space character. Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
ea6ed8bde9
commit
1698377f39
@ -4,7 +4,7 @@ config BR2_PACKAGE_VDR
|
|||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
|
||||||
depends on BR2_TOOLCHAIN_USES_GLIBC # execinfo.h
|
depends on BR2_TOOLCHAIN_USES_GLIBC # execinfo.h
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
select BR2_PACKAGE_FONTCONFIG
|
select BR2_PACKAGE_FONTCONFIG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user