You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message(STATUS"Build Type ............. ${CMAKE_BUILD_TYPE}")
@@ -39,10 +39,16 @@ message(STATUS "Build Type ............. ${CMAKE_BUILD_TYPE}")
39
39
option(BUILD_TEXT_INPUT_PLUGIN "Include the text input plugin in the finished binary. Enables text input (to flutter text fields, for example) via attached keyboards."ON)
40
40
option(BUILD_RAW_KEYBOARD_PLUGIN "Include the raw keyboard plugin in the finished binary. Enables raw keycode listening in flutter via the flutter RawKeyboard interface."ON)
41
41
option(BUILD_TEST_PLUGIN "Include the test plugin in the finished binary. Allows testing platform channel communication."OFF)
42
+
42
43
option(BUILD_GSTREAMER_VIDEO_PLAYER_PLUGIN "Include the gstreamer based video plugins in the finished binary. Allows for more stable, hardware accelerated video playback in flutter using gstreamer."ON)
43
-
option(BUILD_GSTREAMER_AUDIO_PLAYER_PLUGIN "Include the gstreamer based audio plugins in the finished binary."ON)
44
44
option(TRY_BUILD_GSTREAMER_VIDEO_PLAYER_PLUGIN "Don't throw an error if the gstreamer libs aren't found, instead just don't build the gstreamer video player plugin in that case."ON)
45
+
46
+
option(BUILD_GSTREAMER_AUDIO_PLAYER_PLUGIN "Include the gstreamer based audio plugins in the finished binary."ON)
45
47
option(TRY_BUILD_GSTREAMER_AUDIO_PLAYER_PLUGIN "Don't throw an error if the gstreamer libs aren't found, instead just don't build gstreamer audio plugin."ON)
48
+
49
+
option(BUILD_SENTRY_PLUGIN "Include the sentry plugin in the finished binary. Allows for crash reporting to sentry.io."OFF)
50
+
option(TRY_BUILD_SENTRY_PLUGIN "Don't throw an error if the sentry libs aren't found, instead just don't build the sentry plugin in that case."ON)
51
+
46
52
option(BUILD_CHARSET_CONVERTER_PLUGIN "Include the charset converter plugin in the finished binary."OFF)
47
53
option(ENABLE_OPENGL "Build with EGL/OpenGL rendering support."ON)
48
54
option(TRY_ENABLE_OPENGL "Don't throw an error if EGL/OpenGL aren't found, instead just build without EGL/OpenGL support in that case."ON)
@@ -343,6 +349,15 @@ if (BUILD_CHARSET_CONVERTER_PLUGIN)
0 commit comments