diff --git a/scripts/build_gst.sh b/scripts/build_gst.sh index b5c1d0b..f82f4fa 100755 --- a/scripts/build_gst.sh +++ b/scripts/build_gst.sh @@ -113,6 +113,7 @@ fi GST_BUILD_TOOLS_DEFAULT=( apt-transport-https bison + build-dep ca-certificates cmake curl @@ -123,7 +124,9 @@ GST_BUILD_TOOLS_DEFAULT=( make ninja-build pkg-config + pygobject python-gi-dev + python3-gst-1.0 ) GST_BUILD_TOOLS=${GST_BUILD_TOOLS:-${GST_BUILD_TOOLS_DEFAULT[@]}}