[vlc-commits] [Git][videolan/vlc][master] package/raspberry: build.sh: disable qt5 checks
Steve Lhomme (@robUx4)
gitlab at videolan.org
Mon Apr 8 13:29:45 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
93c9d426 by Steve Lhomme at 2024-04-08T12:23:27+00:00
package/raspberry: build.sh: disable qt5 checks
We don't support Qt5 anymore.
We should make a new Docker image with Qt6.
- - - - -
1 changed file:
- extras/package/raspberry/build.sh
Changes:
=====================================
extras/package/raspberry/build.sh
=====================================
@@ -164,9 +164,6 @@ if [ ! -z "$EXTRA_CHECKS" ]; then
CONFIGFLAGS="$CONFIGFLAGS --enable-extra-checks"
fi
-ac_cv_path_MOC="qtchooser -qt=qt5-$TRIPLET -run-tool=moc" \
-ac_cv_path_RCC="qtchooser -qt=qt5-$TRIPLET -run-tool=rcc" \
-ac_cv_path_UIC="qtchooser -qt=qt5-$TRIPLET -run-tool=uic" \
${SCRIPT_PATH}/configure.sh --host=$TRIPLET $CONFIGFLAGS
info "Compiling"
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/93c9d426d51ecdf98376b9604df7f0883025ee03
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/93c9d426d51ecdf98376b9604df7f0883025ee03
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list