[Buildroot] [git commit] package/sdl_ttf: drop spurious space

Peter Korsgaard peter at korsgaard.com
Mon Nov 29 21:32:23 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=49d4e26358fb785b6db2bac59bce6242aec1fe56
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Drop spurious space added by
fcb48a9a6568f09d2c246470de156299d9c5e846

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/sdl_ttf/sdl_ttf.mk | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/package/sdl_ttf/sdl_ttf.mk b/package/sdl_ttf/sdl_ttf.mk
index 254000443c..c396830d0e 100644
--- a/package/sdl_ttf/sdl_ttf.mk
+++ b/package/sdl_ttf/sdl_ttf.mk
@@ -18,5 +18,8 @@ SDL_TTF_CONF_OPTS = \
 	--with-freetype-prefix=$(STAGING_DIR)/usr \
 	--with-sdl-prefix=$(STAGING_DIR)/usr
 
-SDL_TTF_MAKE_OPTS = INCLUDES="-I$(STAGING_DIR)/usr/include/SDL"  LDFLAGS="-L$(STAGING_DIR)/usr/lib"
+SDL_TTF_MAKE_OPTS = \
+	INCLUDES="-I$(STAGING_DIR)/usr/include/SDL" \
+	LDFLAGS="-L$(STAGING_DIR)/usr/lib"
+
 $(eval $(autotools-package))



More information about the buildroot mailing list