From 5c742178877bf8011fc04e96c5535c3bc014ad38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ant=C3=B4nio=20Cardoso?= Date: Fri, 4 Aug 2023 23:07:43 -0300 Subject: [PATCH] scripts: build_gst: Add depenencies for Python bindinds --- scripts/build_gst.sh | 3 +++ 1 file changed, 3 insertions(+) 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[@]}}