[DO-966] conan profiles (!2)
Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_config/pulls/2
This commit is contained in:
76
profiles/linux_x86_64_gcc12_shared
Normal file
76
profiles/linux_x86_64_gcc12_shared
Normal file
@@ -0,0 +1,76 @@
|
||||
include(base_profiles/linux_base)
|
||||
include(options/linux_options)
|
||||
|
||||
[settings]
|
||||
arch=x86_64
|
||||
compiler=gcc
|
||||
compiler.version=12
|
||||
compiler.libcxx=libstdc++11
|
||||
|
||||
[buildenv]
|
||||
CC=x86_64-linux-gnu-gcc-12
|
||||
CXX=x86_64-linux-gnu-g++-12
|
||||
|
||||
[options]
|
||||
abseil/*:shared=True
|
||||
brotli/*:shared=True
|
||||
bzip2/*:shared=True
|
||||
catch2/*:shared=True
|
||||
cpuinfo/*:shared=True
|
||||
dav1d/*:shared=True
|
||||
double-conversion/*:shared=True
|
||||
expat/*:shared=True
|
||||
ffmpeg/*:shared=True
|
||||
flac/*:shared=True
|
||||
fontconfig/*:shared=True
|
||||
freetype/*:shared=True
|
||||
glib/*:shared=True
|
||||
harfbuzz/*:shared=True
|
||||
icu/*:shared=True
|
||||
jbig/*:shared=True
|
||||
libalsa/*:shared=True
|
||||
libaom-av1/*:shared=True
|
||||
libelf/*:shared=True
|
||||
libcap/*:shared=True
|
||||
libdeflate/*:shared=True
|
||||
libfdk_aac/*:shared=True
|
||||
libffi/*:shared=True
|
||||
libiconv/*:shared=True
|
||||
libjpeg-turbo/*:shared=True
|
||||
libmount/*:shared=True
|
||||
libmp3lame/*:shared=True
|
||||
libpng/*:shared=True
|
||||
libpq/*:shared=True
|
||||
libselinux/*:shared=True
|
||||
libsndfile/*:shared=True
|
||||
libsodium/*:shared=True
|
||||
libsvtav1/*:shared=True
|
||||
libtiff/*:shared=True
|
||||
libvpx/*:shared=True
|
||||
libwebp/*:shared=True
|
||||
libxml2/*:shared=True
|
||||
libx264/*:shared=True
|
||||
libx265/*:shared=True
|
||||
libyuv/*:shared=True
|
||||
md4c/*:shared=True
|
||||
odbc/*:shared=True
|
||||
ogg/*:shared=True
|
||||
openal-soft/*:shared=True
|
||||
openh264/*:shared=True
|
||||
openjpeg/*:shared=True
|
||||
openssl/*:shared=True
|
||||
opus/*:shared=True
|
||||
pcre2/*:shared=True
|
||||
pulseaudio/*:shared=True
|
||||
pulseaudio/*:with_glib=True
|
||||
qt/*:shared=True
|
||||
sqlite3/*:shared=True
|
||||
vaapi/*:shared=True
|
||||
vdpau/*:shared=True
|
||||
vorbis/*:shared=True
|
||||
vulkan-loader/*:shared=True
|
||||
xkbcommon/*:shared=True
|
||||
xorg/*:shared=True
|
||||
xz_utils/*:shared=True
|
||||
zlib/*:shared=True
|
||||
zstd/*:shared=True
|
||||
Reference in New Issue
Block a user