SmartAudio/package/libs/cairo/Config.in

41 lines
562 B
Plaintext
Raw Normal View History

2018-07-13 01:31:50 +00:00
if PACKAGE_libcairo
config CAIRO_PS
bool
default n
prompt "Enable cairo postscript support"
select PACKAGE_zlib
select CAIRO_PDF
config CAIRO_PDF
bool
default y
prompt "Enable cairo pdf support"
config CAIRO_PNG
bool
default n
prompt "Enable cairo png support"
config CAIRO_SCRIPT
bool
default n
prompt "Enable script support"
config CAIRO_SVG
bool
default n
prompt "Enable cairo svg support"
config CAIRO_TEE
bool
default n
prompt "Enable cairo tee support"
config CAIRO_XML
bool
default n
prompt "Enable cairo xml support"
endif