mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/tekui: 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:
committed by
Peter Korsgaard
parent
6865c94d73
commit
784d41bec7
@@ -11,7 +11,7 @@ TEKUI_LICENSE = MIT
|
||||
TEKUI_LICENSE_FILES = COPYRIGHT
|
||||
TEKUI_DEPENDENCIES = freetype luainterpreter
|
||||
|
||||
# Package does not build in parallel due to improper make rules
|
||||
# Package does not build in parallel due to improper make rules
|
||||
TEKUI_MAKE = $(MAKE1)
|
||||
|
||||
TEKUI_MAKE_OPTS = \
|
||||
|
||||
Reference in New Issue
Block a user