Package both Servo2D and Servo3D in one magicleap mpk

This commit is contained in:
Alan Jeffrey 2019-08-15 10:19:02 -05:00
parent c47575535c
commit 9a2ba596e5
5 changed files with 40 additions and 20 deletions

View file

@ -23,6 +23,7 @@ LDFLAGS.device = \
-L$(MLSDK)/lumin/stl/libc++/lib
DATAS = \
fonts.xml : etc/fonts.xml \
$(GSTREAMER_DIR)/system/lib64/*.so : bin/ \
$(GSTREAMER_DIR)/system/lib64/gstreamer-1.0/*.so : bin/
@ -51,4 +52,6 @@ CXXFLAGS = \
USES = \
lumin_runtime \
scenes \
pipeline/cache/AssetManifest \
code/srcs

View file

@ -1,12 +0,0 @@
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