Small bugfixes in sub.mk.

This commit is contained in:
Jack Moffitt 2013-10-14 13:02:50 -06:00
parent 5b131ef165
commit 8b47221ff8

View file

@ -1,3 +1,5 @@
NULL =
# Tests for these submodules will not be run by the default `make check` target. # Tests for these submodules will not be run by the default `make check` target.
SLOW_TESTS += \ SLOW_TESTS += \
mozjs \ mozjs \
@ -216,7 +218,6 @@ CFLAGS_fontconfig += \
"-I$(S)src/platform/android/libexpat/expat/lib" \ "-I$(S)src/platform/android/libexpat/expat/lib" \
"-I$(S)src/platform/android/libfreetype2/include" \ "-I$(S)src/platform/android/libfreetype2/include" \
$(NULL) $(NULL)
endif
DEPS_skia += \ DEPS_skia += \
libfreetype2 \ libfreetype2 \
@ -231,3 +232,4 @@ NATIVE_BUILD += \
libexpat \ libexpat \
fontconfig \ fontconfig \
$(NULL) $(NULL)
endif