Skip to content

Commit 5c74217

Browse files
scripts: build_gst: Add depenencies for Python bindinds
1 parent f160f87 commit 5c74217

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/build_gst.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ fi
113113
GST_BUILD_TOOLS_DEFAULT=(
114114
apt-transport-https
115115
bison
116+
build-dep
116117
ca-certificates
117118
cmake
118119
curl
@@ -123,7 +124,9 @@ GST_BUILD_TOOLS_DEFAULT=(
123124
make
124125
ninja-build
125126
pkg-config
127+
pygobject
126128
python-gi-dev
129+
python3-gst-1.0
127130
)
128131
GST_BUILD_TOOLS=${GST_BUILD_TOOLS:-${GST_BUILD_TOOLS_DEFAULT[@]}}
129132

0 commit comments

Comments
 (0)