summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-03-24 13:50:55 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-03-24 13:52:11 +0000
commitb2fd800446d3a84dc436dfe36a809e3904f6ad40 (patch)
tree63da2777edf294fa2d437853487afdc33ddffcd4 /vcl
parent0c2229dcab143925c6ad390e0735e2d98c3eecca (diff)
fix macosx build failure
I only *need* it for the fuzzers, just wanted to keep this in sync with those for simplicity Change-Id: I4fd8aef54c6604c0d44faca9a6515bfd8e85d8bf
Diffstat (limited to 'vcl')
-rw-r--r--vcl/Executable_fftester.mk6
-rw-r--r--vcl/workben/fftester.cxx4
2 files changed, 1 insertions, 9 deletions
diff --git a/vcl/Executable_fftester.mk b/vcl/Executable_fftester.mk
index 14fa5965193d..0eaa4e39c3c2 100644
--- a/vcl/Executable_fftester.mk
+++ b/vcl/Executable_fftester.mk
@@ -15,11 +15,7 @@ $(eval $(call gb_Executable_use_api,fftester,\
udkapi \
))
-$(eval $(call gb_Executable_use_externals,fftester,\
- boost_headers \
- freetype_headers \
- harfbuzz \
-))
+$(eval $(call gb_Executable_use_external,fftester,boost_headers))
$(eval $(call gb_Executable_set_include,fftester,\
$$(INCLUDE) \
diff --git a/vcl/workben/fftester.cxx b/vcl/workben/fftester.cxx
index 51b518fa3351..ec4ceefe3b3a 100644
--- a/vcl/workben/fftester.cxx
+++ b/vcl/workben/fftester.cxx
@@ -52,8 +52,6 @@
#include <osl/file.hxx>
#include <unistd.h>
#include <signal.h>
-#include "headless/svpgdi.hxx"
-#include "unx/glyphcache.hxx"
#include <../source/filter/igif/gifread.hxx>
#include <../source/filter/ixbm/xbmread.hxx>
@@ -447,8 +445,6 @@ try_again:
}
/* If AFL_PERSISTENT not set or PERSIST_MAX exceeded, exit normally. */
-
- SvpSalGraphics::getPlatformGlyphCache().ClearFontOptions();
}
catch (...)
{