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

ci: raspberry: do not disable upnp (refs #24239)

parent c989cb61
No related branches found
No related tags found
1 merge request!1298ci: raspian: do not disable upnp (refs #24239)
Pipeline #183737 passed with stages
in 22 minutes and 15 seconds
......@@ -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 --disable-upnp"
CONTRIBFLAGS="$CONTRIBFLAGS --disable-x265 --disable-fontconfig --disable-ass --disable-bluray --disable-mpg123 --disable-xcb"
${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