[vlc-commits] [Git][videolan/vlc][master] ci: raspberry: re-enable FontConfig
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Thu Jan 27 09:22:21 UTC 2022
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
c7d3e928 by Rémi Denis-Courmont at 2022-01-27T08:59:05+00:00
ci: raspberry: re-enable FontConfig
As #26517 is fixed, FontConfig and its reverse dependencies should be
buildable back again.
- - - - -
1 changed file:
- extras/package/raspberry/build.sh
Changes:
=====================================
extras/package/raspberry/build.sh
=====================================
@@ -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 --disable-fontconfig --disable-ass --disable-bluray --disable-mpg123 --disable-xcb"
+CONTRIBFLAGS="$CONTRIBFLAGS --disable-x265 --disable-mpg123 --disable-xcb"
${SCRIPT_PATH}/../../../contrib/bootstrap --host=$TRIPLET $CONTRIBFLAGS
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c7d3e928ad953a40c3c8f904264cc3a4f31ca10d
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c7d3e928ad953a40c3c8f904264cc3a4f31ca10d
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list