mirror of
https://github.com/servo/servo.git
synced 2025-07-29 18:20:24 +01:00
Update surfman to 0.2 and remove glutin
This commit is contained in:
parent
9dbc6554f0
commit
8bb1732258
94 changed files with 2265 additions and 1513 deletions
|
@ -24,7 +24,7 @@ from mach.decorators import (
|
|||
from servo.command_base import (
|
||||
CommandBase,
|
||||
check_call, check_output, BIN_SUFFIX,
|
||||
is_linux, set_osmesa_env,
|
||||
is_linux,
|
||||
)
|
||||
|
||||
|
||||
|
@ -126,7 +126,6 @@ class PostBuildCommands(CommandBase):
|
|||
args = [bin or self.get_nightly_binary_path(nightly) or self.get_binary_path(release, dev)]
|
||||
|
||||
if headless:
|
||||
set_osmesa_env(args[0], env, debugger is not None)
|
||||
args.append('-z')
|
||||
|
||||
if software:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue