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