mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +01:00
Update osmesa-src to support building with mach
This commit is contained in:
parent
cff9b427fc
commit
054d49e988
4 changed files with 8 additions and 2 deletions
|
@ -8,7 +8,6 @@ mozinfo == 0.8
|
|||
mozlog == 3.3
|
||||
setuptools == 18.5
|
||||
toml == 0.9.2
|
||||
Mako == 1.0.4
|
||||
|
||||
# For Python linting
|
||||
flake8 == 2.4.1
|
||||
|
|
|
@ -26,6 +26,8 @@ from mach.decorators import (
|
|||
)
|
||||
from mach.registrar import Registrar
|
||||
# Note: mako cannot be imported at the top level because it breaks mach bootstrap
|
||||
sys.path.append(path.join(path.dirname(__file__), "..", "..",
|
||||
"components", "style", "properties", "Mako-0.9.1.zip"))
|
||||
|
||||
from servo.command_base import (
|
||||
archive_deterministically,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue