bd9b4c064f350d7868695ed09189b61552a6e512
[AGL/meta-agl.git] / meta-agl-core-test / recipes-test / freetype / files / 0001-Makefile-dont-build-gfx-demos.patch
1 Do not build graphics tests
2
3 Upstream-Status: Inappropriate [disable feature]
4 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
5 ---
6  Makefile | 14 +++++++-------
7  1 file changed, 7 insertions(+), 7 deletions(-)
8
9 diff --git a/Makefile b/Makefile
10 index 8bb8666..95e5e45 100644
11 --- a/Makefile
12 +++ b/Makefile
13 @@ -297,13 +297,13 @@ else
14            ttdebug
15  
16    # Comment out the next line if you don't have a graphics subsystem.
17 -  EXES += ftdiff   \
18 -          ftgamma  \
19 -          ftgrid   \
20 -          ftmulti  \
21 -          ftsdf    \
22 -          ftstring \
23 -          ftview
24 +  #EXES += ftdiff   \
25 +  #        ftgamma  \
26 +  #        ftgrid   \
27 +  #        ftmulti  \
28 +  #        ftsdf    \
29 +  #        ftstring \
30 +  #        ftview
31  
32    # ftvalid requires ftgxval.c and ftotval.c
33    #