aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/bootstrap.py
diff options
context:
space:
mode:
authorAlan Jeffrey <ajeffrey@mozilla.com>2019-11-25 10:09:57 -0600
committerAlan Jeffrey <ajeffrey@mozilla.com>2019-11-25 10:12:05 -0600
commit57af033a28f806f2f1b792575f8ae52f9485d1ba (patch)
tree09fbcbeb947064571265ad57bc7697e41eda547e /python/servo/bootstrap.py
parent69acec137dd09ad8a1e43f1d41cc8235ee97cad6 (diff)
downloadservo-57af033a28f806f2f1b792575f8ae52f9485d1ba.tar.gz
servo-57af033a28f806f2f1b792575f8ae52f9485d1ba.zip
Require gstreamer 1.16 in mach
Diffstat (limited to 'python/servo/bootstrap.py')
-rw-r--r--python/servo/bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/bootstrap.py b/python/servo/bootstrap.py
index f65284073e9..e191798cac5 100644
--- a/python/servo/bootstrap.py
+++ b/python/servo/bootstrap.py
@@ -49,7 +49,7 @@ def install_trusty_deps(force):
def check_gstreamer_lib():
- return subprocess.call(["pkg-config", "--atleast-version=1.14", "gstreamer-1.0"],
+ return subprocess.call(["pkg-config", "--atleast-version=1.16", "gstreamer-1.0"],
stdout=PIPE, stderr=PIPE) == 0