fix build && default flutter_texture_render

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2023-02-22 10:25:21 +08:00
parent d70ffaa2b8
commit ed0338b038
2 changed files with 13 additions and 1 deletions

View file

@ -239,6 +239,7 @@ def get_features(args):
features.append('hwcodec')
if args.flutter:
features.append('flutter')
features.append('flutter_texture_render')
if args.flatpak:
features.append('flatpak')
if args.appimage: