Skip to content

Commit

Permalink
Add default options and replace_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jun 15, 2024
1 parent 3bdca04 commit 1e14b72
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/config/ubuntu-22.04-clang-15/conan/profiles/default
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,18 @@ os=Linux

[conf]
tools.build:compiler_executables={'c': 'clang-15', 'cpp': 'clang++-15'}

[options]
*/*:shared=True
glib/*:with_elf=False
glib/*:with_mount=False
glib/*:with_selinux=False
freetype/*:with_bzip2=False
freetype/*:with_brotli=False
poppler/*:with_tiff=False
poppler/*:shared=False
poppler/*:with_gobject_introspection=False

[replace_requires]
libjpeg/9e: libjpeg/9f
libdeflate/1.19: libdeflate/1.20

0 comments on commit 1e14b72

Please sign in to comment.