mirror of
https://github.com/servo/servo.git
synced 2025-06-29 19:43:39 +01:00
Require gstreamer 1.16 in mach
This commit is contained in:
parent
69acec137d
commit
57af033a28
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue