openscenegraph: disable jasper by default
This commit is contained in:
parent
9ee141e8c4
commit
d2a536ff9a
@ -2,7 +2,7 @@
|
|||||||
libX11, libXinerama, libXrandr, libGLU, libGL,
|
libX11, libXinerama, libXrandr, libGLU, libGL,
|
||||||
glib, ilmbase, libxml2, pcre, zlib,
|
glib, ilmbase, libxml2, pcre, zlib,
|
||||||
jpegSupport ? true, libjpeg,
|
jpegSupport ? true, libjpeg,
|
||||||
jasperSupport ? true, jasper,
|
jasperSupport ? false, jasper, # disable jasper by default (many CVE)
|
||||||
exrSupport ? false, openexr,
|
exrSupport ? false, openexr,
|
||||||
gifSupport ? true, giflib,
|
gifSupport ? true, giflib,
|
||||||
pngSupport ? true, libpng,
|
pngSupport ? true, libpng,
|
||||||
|
Loading…
Reference in New Issue
Block a user