mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
11 lines
256 B
Text
11 lines
256 B
Text
|
|
USES = "scenes" "pipeline/cache/AssetManifest"
|
|
|
|
DATAS = \
|
|
fonts.xml : etc/fonts.xml
|
|
|
|
REFS = Servo2D
|
|
|
|
# Servo SEGVs if we don't set the debuggable flag in the mpk's taildata
|
|
# https://github.com/servo/servo/issues/22188
|
|
OPTIONS=package/debuggable/on
|