diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-19 08:59:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-19 08:59:02 +0000 |
commit | 6cb661fba4a56782e521a4ede3db17d535f7cd4e (patch) | |
tree | cda3bd87ac04acb347fbabad916519bd9516e238 /configure.ac | |
parent | 8ae20343bba260073d4cee13118f507769fb0060 (diff) |
Revert "Revert "build our own fontconfig and freetype under oss-fuzz""
This reverts commit d3c06fb90485543f6ca4b1f833e6c4f82b28ba14.
which seems innocent after all
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 416547f1b2ec..c55eef75cf6c 100644 --- a/configure.ac +++ b/configure.ac @@ -661,7 +661,14 @@ linux-gnu*|k*bsd*-gnu*) build_gstreamer_0_10=yes test_tde=yes test_kde4=yes - test_freetype=yes + if test "$enable_fuzzers" != yes; then + test_freetype=yes + test_fontconfig=yes + else + test_freetype=no + test_fontconfig=no + BUILD_TYPE="$BUILD_TYPE FONTCONFIG FREETYPE" + fi _os=Linux ;; |