Skip to content

Commit b947415

Browse files
committed
remove obsolete build args for Skia m143
Remove skia_use_libheif, skia_enable_gpu, skia_use_gl, and skia_use_sfntly which no longer exist in Skia m143. This eliminates all build warnings.
1 parent 953330c commit b947415

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build_skia.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,9 @@
3737
"skia_use_libwebp_encode=false",
3838
"skia_use_libwebp_decode=false",
3939
"skia_use_piex=false",
40-
"skia_use_sfntly=false",
4140
"skia_use_xps=false",
4241
"skia_use_zlib=false",
4342
"skia_enable_spirv_validation=false",
44-
"skia_use_libheif=false",
4543
"skia_use_lua=false",
4644
"skia_use_wuffs=false",
4745
]
@@ -50,10 +48,6 @@
5048
# on Windows, defining this flag creates other linker issues (SkFontMgr being
5149
# redefined by SkFontMgr_win_dw_factory.obj)...
5250
SKIA_BUILD_ARGS.append("skia_enable_fontmgr_empty=true")
53-
# We don't need GPU or GL support, but disabling this on Windows creates lots
54-
# of undefined symbols upon linking the skia.dll, so I keep them for Windows...
55-
SKIA_BUILD_ARGS.append("skia_enable_gpu=false")
56-
SKIA_BUILD_ARGS.append("skia_use_gl=false")
5751

5852

5953
def make_virtualenv(venv_dir):

0 commit comments

Comments
 (0)