diff --git a/scripts/install.sh b/scripts/install.sh index 8eb7e483..26891e37 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -383,7 +383,7 @@ if [ ! -f "gst-plugins-bad-installed.done" ] ; then tar xf gst-plugins-bad-$GST_VERSION.tar.xz fi cd gst-plugins-bad-$GST_VERSION - run_with_scl meson _build --prefix=$PREFIX --buildtype=release --native-file $MESON_NATIVE_FILE -Dopenexr=disabled + run_with_scl meson _build --prefix=$PREFIX --buildtype=release --native-file $MESON_NATIVE_FILE -Dopenexr=disabled -Dopencv=disabled run_with_scl ninja -C _build run_with_scl ninja -C _build install cd ..