mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Remove the glfw port (it doesn't compile since last rustup anyway).
This commit is contained in:
parent
ccdf0bd65e
commit
f495884dcb
12 changed files with 10 additions and 744 deletions
|
@ -74,7 +74,7 @@ class MachCommands(CommandBase):
|
|||
|
||||
if is_headless_build():
|
||||
opts += ["--no-default-features"]
|
||||
features += ["glutin_app", "headless"]
|
||||
features += ["headless"]
|
||||
|
||||
if android:
|
||||
features += ["android_glue"]
|
||||
|
@ -144,7 +144,7 @@ class MachCommands(CommandBase):
|
|||
self.ensure_bootstrapped()
|
||||
args = ["cargo", "test", "--no-run"]
|
||||
if is_headless_build():
|
||||
args += ["--no-default-features", "--features", "glutin_app headless"]
|
||||
args += ["--no-default-features", "--features", "headless"]
|
||||
return subprocess.call(
|
||||
args,
|
||||
env=self.build_env(), cwd=self.servo_crate())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue