SPEC-3723: restructure meta-agl
[AGL/meta-agl.git] / meta-agl-core-test / recipes-test / freetype / files / 0001-Makefile-dont-build-gfx-demos.patch
1 diff -ur ft2demos-2.9.1.orig/Makefile ft2demos-2.9.1/Makefile
2 --- ft2demos-2.9.1.orig/Makefile        2018-04-22 05:41:50.000000000 -0400
3 +++ ft2demos-2.9.1/Makefile     2019-02-18 23:28:59.794678736 -0500
4 @@ -163,7 +163,8 @@
5  
6    ifeq ($(PLATFORM),unix)
7      CC        = $(CCraw)
8 -    LINK_CMD  = $(subst /,$(SEP),$(OBJ_BUILD)/libtool) \
9 +       LIBTOOL   = $(OBJ_BUILD)/libtool
10 +    LINK_CMD  = $(subst /,$(SEP),$(LIBTOOL)) \
11                  --mode=link $(CC) \
12                  $(subst /,$(COMPILER_SEP),$(LDFLAGS))
13      LINK_LIBS = $(subst /,$(COMPILER_SEP),$(FTLIB) $(EFENCE)) $(LIB_CLOCK_GETTIME)
14 @@ -289,12 +290,12 @@
15            ttdebug
16  
17    # Comment out the next line if you don't have a graphics subsystem.
18 -  EXES += ftdiff   \
19 -          ftgamma  \
20 -          ftgrid   \
21 -          ftmulti  \
22 -          ftstring \
23 -          ftview
24 +  # EXES += ftdiff   \
25 +  #         ftgamma  \
26 +  #         ftgrid   \
27 +  #         ftmulti  \
28 +  #         ftstring \
29 +  #         ftview
30  
31    # ftvalid requires ftgxval.c and ftotval.c
32    #