From: Peter Seiderer Date: Tue, 7 May 2019 21:30:29 +0000 (+0200) Subject: package/vdr: replace utf-8 space by ascii character X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1698377f39547c0285b706c909285c99b9ca72d2;p=buildroot.git 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 Signed-off-by: Peter Korsgaard --- diff --git a/package/vdr/Config.in b/package/vdr/Config.in index 712364a971..df602f26d6 100644 --- a/package/vdr/Config.in +++ b/package/vdr/Config.in @@ -4,7 +4,7 @@ config BR2_PACKAGE_VDR depends on !BR2_STATIC_LIBS depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL 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_WCHAR select BR2_PACKAGE_FONTCONFIG