extras: disable Qt for raspberry

The image raspberry runner uses seems to
not contain Qt 6.
This commit is contained in:
Fatih Uzunoglu 2024-02-05 20:39:46 +02:00 committed by Steve Lhomme
parent 5e0ae47828
commit 0946a51d6e
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ OPTIONS="
--enable-libcddb
--enable-zvbi --disable-telx
--enable-nls
--disable-qt
"
sh "$(dirname $0)"/../../../configure ${OPTIONS} "$@"