aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/bootstrap.py
diff options
context:
space:
mode:
authorCYBAI <cyb.ai.815@gmail.com>2019-03-21 12:09:47 +0900
committerCYBAI <cyb.ai.815@gmail.com>2019-03-21 12:09:47 +0900
commit181efc0d9c6a2a3449f650b7e85560b5f56808e8 (patch)
tree2b73b9ceda0434136dc372b24f74fd1b0ac430d6 /python/servo/bootstrap.py
parent452d2dcdef527161956292253d1a3a716fe67ff0 (diff)
downloadservo-181efc0d9c6a2a3449f650b7e85560b5f56808e8.tar.gz
servo-181efc0d9c6a2a3449f650b7e85560b5f56808e8.zip
Compare gstreamer version via `pkg-config --modversion`
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 c7060b3888a..6456f1a0752 100644
--- a/python/servo/bootstrap.py
+++ b/python/servo/bootstrap.py
@@ -46,7 +46,7 @@ def install_trusty_deps(force):
def check_gstreamer_lib():
- return subprocess.call(["pkg-config", "gstreamer-1.0 >= 1.12"],
+ return subprocess.call(["pkg-config", "--atleast-version=1.12", "gstreamer-1.0"],
stdout=PIPE, stderr=PIPE) == 0