[Buildroot] [PATCH 1/1] package/sdl_ttf: drop spurious space

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


>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice at gmail.com> writes:

 > Drop spurious space added by
 > fcb48a9a6568f09d2c246470de156299d9c5e846

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

Committed, thanks.

 > ---
 >  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))
 > -- 
 > 2.33.0

 > _______________________________________________
 > buildroot mailing list
 > buildroot at buildroot.org
 > https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list