diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-12-05 13:33:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-12-05 21:24:24 +0100 |
commit | de5eec5e2ab8186cfb49b2341e2f6f850a95d77f (patch) | |
tree | 2437686aa5e4233708a51b3206bffdbd42917d88 /vcl | |
parent | 4ee1b8f144b90e3532adfac7e5e806552612472e (diff) |
drop opencl and clew for fuzzing
Change-Id: I6b438e32b1be1ee8fbd72d296e3824b8bb473e8e
Reviewed-on: https://gerrit.libreoffice.org/45878
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/commonfuzzer.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/commonfuzzer.mk b/vcl/commonfuzzer.mk index e91fa353d1e5..06aa0be9a4eb 100644 --- a/vcl/commonfuzzer.mk +++ b/vcl/commonfuzzer.mk @@ -32,7 +32,6 @@ fuzzer_externals = \ libxml2 \ libjpeg \ libpng \ - clew \ openssl \ expat \ mythes \ @@ -90,7 +89,6 @@ fuzzer_core_libraries = \ utl \ uui \ vcl \ - opencl \ xmlscript \ xo \ xstor \ |