feature: add ohos build

Change-Id: I297770ae07d71987c74b18c475f28b1c5d734ce7
This commit is contained in:
2025-04-06 01:33:19 +08:00
parent 80df10f902
commit 61dad57c0c
61 changed files with 9782 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ option(
type : 'array',
value : ['auto'],
choices : [
'auto', 'x11', 'wayland', 'haiku', 'android', 'windows',
'auto', 'x11', 'wayland', 'haiku', 'android', 'windows', 'ohos',
],
description : 'window systems to support. If this is set to `auto`, all platforms applicable will be enabled.'
)
@@ -33,7 +33,7 @@ option(
value : 'auto',
choices : [
'auto', 'x11', 'wayland', 'haiku', 'android', 'windows',
'surfaceless', 'drm',
'surfaceless', 'drm', 'ohos',
],
description : 'the window system EGL assumes for EGL_DEFAULT_DISPLAY',
)