oss-fuzz: add in requirements for ppt
Change-Id: Ie4118e4057ceb5268469576c79f1db8226b7655b
This commit is contained in:
@@ -13,6 +13,6 @@ fuzzer_PYTHONCOMMAND := $(call gb_ExternalExecutable_get_command,python)
|
||||
fuzzer_Native_cxx=$(call gb_CustomTarget_get_workdir,vcl/workben)/native-code.cxx
|
||||
|
||||
$(fuzzer_Native_cxx): $(SRCDIR)/solenv/bin/native-code.py | $(call gb_CustomTarget_get_workdir,vcl/workben)/.dir
|
||||
$(call gb_Helper_abbreviate_dirs, $(fuzzer_PYTHONCOMMAND) $(SRCDIR)/solenv/bin/native-code.py -g core) > $@
|
||||
$(call gb_Helper_abbreviate_dirs, $(fuzzer_PYTHONCOMMAND) $(SRCDIR)/solenv/bin/native-code.py -g core -g draw) > $@
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
@@ -10,6 +10,9 @@
|
||||
|
||||
fuzzer_externals = \
|
||||
boost_headers \
|
||||
orcus \
|
||||
orcus-parser \
|
||||
boost_filesystem \
|
||||
curl \
|
||||
harfbuzz \
|
||||
graphite \
|
||||
@@ -35,6 +38,10 @@ fuzzer_externals = \
|
||||
zlib \
|
||||
|
||||
fuzzer_libraries = \
|
||||
sdfilt \
|
||||
sd \
|
||||
sdd \
|
||||
icg \
|
||||
basctl \
|
||||
avmedia \
|
||||
basegfx \
|
||||
@@ -68,6 +75,10 @@ fuzzer_libraries = \
|
||||
svt \
|
||||
svx \
|
||||
svxcore \
|
||||
emboleobj \
|
||||
svgfilter \
|
||||
svgio \
|
||||
animcore \
|
||||
tk \
|
||||
tl \
|
||||
ucb1 \
|
||||
|
Reference in New Issue
Block a user