Skip to content
Snippets Groups Projects
Commit a17fdcd1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

rPI: disable fontconfig (refs #26517)

fontconfig cannot be cross-compiled onto Linux with current contribs.
Until this is fixed, we need to turn it off to get CI out of its
metastable state.
parent 223177f7
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ info "Building contribs"
mkdir -p contrib/contrib-$SHORTARCH && cd contrib/contrib-$SHORTARCH
# issue with arm detection of the target (detects i686)
CONTRIBFLAGS="$CONTRIBFLAGS --disable-x265"
CONTRIBFLAGS="$CONTRIBFLAGS --disable-x265 --disable-fontconfig --disable-ass --disable-bluray"
${SCRIPT_PATH}/../../../contrib/bootstrap --host=$TRIPLET $CONTRIBFLAGS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment