Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kukuruzka165 authored and flathubbot committed Nov 2, 2024
1 parent f664526 commit 96fbbca
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions io.github.kukuruzka165.materialgram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,10 @@ modules:
builddir: true
config-opts:
- -DCMAKE_BUILD_TYPE=None
- -DWITH_X265=OFF
- -DWITH_AOM=OFF
- -DWITH_RAV1E=OFF
- -DWITH_DAV1D=OFF
- -DCMAKE_COMPILE_WARNING_AS_ERROR=OFF
- -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON
- -DBUILD_TESTING=OFF
- -DWITH_FFMPEG_DECODER=ON
- -DWITH_EXAMPLES=OFF
sources:
- type: archive
Expand Down Expand Up @@ -451,3 +451,6 @@ modules:
tag-query: first | .tag_name
timestamp-query: first | .published_at
version-query: $tag | sub("^[vV]"; "")
- type: shell
commands:
- sed -i '/-Werror/d' Telegram/ThirdParty/dispatch/cmake/modules/DispatchCompilerWarnings.cmake

0 comments on commit 96fbbca

Please sign in to comment.