Load explicit set of gstreamer plugins on macos, and include them in the nightly package.

This commit is contained in:
Josh Matthews 2020-07-16 18:12:34 -04:00
parent 9fe92ecb4c
commit 72040be69b
6 changed files with 239 additions and 108 deletions

View file

@ -39,6 +39,7 @@ from servo.command_base import (
is_macosx,
is_windows,
)
from servo.gstreamer import macos_dylibs
from servo.util import delete
# Note: mako cannot be imported at the top level because it breaks mach bootstrap
@ -139,6 +140,7 @@ def copy_dependencies(binary_path, lib_path):
# Update binary libraries
binary_dependencies = set(otool(binary_path))
binary_dependencies = binary_dependencies.union(macos_dylibs())
change_non_system_libraries_path(binary_dependencies, relative_path, binary_path)
# Update dependencies libraries