Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_config/pulls/5
45 lines
1019 B
Plaintext
45 lines
1019 B
Plaintext
include(base_options.jinja)
|
|
[options]
|
|
ffmpeg/*:with_programs=False
|
|
jbig/*:build_executables=False
|
|
libtiff/*:jpeg=libjpeg-turbo
|
|
libyuv/*:with_jpeg=libjpeg-turbo
|
|
pulseaudio/*:with_glib=True
|
|
qt/*:shared=True
|
|
qt/*:with_dbus=True
|
|
qt/*:with_glib=True
|
|
qt/*:with_harfbuzz=True
|
|
qt/*:with_libalsa=True
|
|
qt/*:with_pulseaudio=True
|
|
qt/*:with_mysql=False
|
|
qt/*:with_psql=False
|
|
qt/*:with_odbc=False
|
|
qt/*:qtconnectivity=True
|
|
qt/*:qtdeclarative=True
|
|
qt/*:qtgraphicaleffects=True
|
|
qt/*:qtimageformats=True
|
|
qt/*:qtlocation=False
|
|
qt/*:qtlottie=True
|
|
qt/*:qtmultimedia=True
|
|
qt/*:qtqa=True
|
|
qt/*:qtquickcontrols=True
|
|
qt/*:qtquickcontrols2=True
|
|
qt/*:qtquicktimeline=True
|
|
qt/*:qtquick3d=True
|
|
qt/*:qtrepotools=True
|
|
qt/*:qtserialport=True
|
|
qt/*:qtwebsockets=True
|
|
qt/*:qtsvg=True
|
|
qt/*:qttools=True
|
|
qt/*:qttranlations=True
|
|
qt/*:qtpurchasing=True
|
|
qt/*:qtcharts=True
|
|
qt/*:qtvirtualkeyboard=True
|
|
qt/*:qtremoteobject=True
|
|
qt/*:qtscxml=True
|
|
qt/*:qtsensors=True
|
|
qt/*:qtspeech=True
|
|
qt/*:qtnetworkauth=True
|
|
qt/*:qtmacextras=False
|
|
xkbcommon/*:with_wayland=False
|