[Kandinsky] Fix parallel builds

Change-Id: I84c4512a51a3babcbddeb0d1faa0d18874cbb9fd
This commit is contained in:
Romain Goyet
2016-09-15 20:36:12 +02:00
parent 3e62ead069
commit bc35875b88

View File

@@ -24,6 +24,7 @@ FREETYPE_PATH := /usr/local/Cellar/freetype/2.6.3
# built w/o PNG support and simply won't output an image of the rasterization
#LIBPNG_PATH := /usr/local/Cellar/libpng/1.6.21
kandinsky/src/text.cpp: kandinsky/src/font.h
kandinsky/src/context_text.cpp: kandinsky/src/font.h
font_files = $(addprefix kandinsky/src/, font.h font.c)