refactor: remove hotkey_manager dependency
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#include "generated_plugin_registrant.h"
|
||||
|
||||
#include <flutter_webrtc/flutter_web_r_t_c_plugin.h>
|
||||
#include <hotkey_manager_linux/hotkey_manager_linux_plugin.h>
|
||||
#include <os_media_controls/os_media_controls_plugin.h>
|
||||
#include <screen_retriever_linux/screen_retriever_linux_plugin.h>
|
||||
#include <sqlite3_flutter_libs/sqlite3_flutter_libs_plugin.h>
|
||||
@@ -19,9 +18,6 @@ void fl_register_plugins(FlPluginRegistry* registry) {
|
||||
g_autoptr(FlPluginRegistrar) flutter_webrtc_registrar =
|
||||
fl_plugin_registry_get_registrar_for_plugin(registry, "FlutterWebRTCPlugin");
|
||||
flutter_web_r_t_c_plugin_register_with_registrar(flutter_webrtc_registrar);
|
||||
g_autoptr(FlPluginRegistrar) hotkey_manager_linux_registrar =
|
||||
fl_plugin_registry_get_registrar_for_plugin(registry, "HotkeyManagerLinuxPlugin");
|
||||
hotkey_manager_linux_plugin_register_with_registrar(hotkey_manager_linux_registrar);
|
||||
g_autoptr(FlPluginRegistrar) os_media_controls_registrar =
|
||||
fl_plugin_registry_get_registrar_for_plugin(registry, "OsMediaControlsPlugin");
|
||||
os_media_controls_plugin_register_with_registrar(os_media_controls_registrar);
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
list(APPEND FLUTTER_PLUGIN_LIST
|
||||
flutter_webrtc
|
||||
hotkey_manager_linux
|
||||
os_media_controls
|
||||
screen_retriever_linux
|
||||
sqlite3_flutter_libs
|
||||
|
||||
@@ -36,7 +36,6 @@ DISTROS = {
|
||||
"libgtk-3-0",
|
||||
"libmpv2 | libmpv1",
|
||||
"libepoxy0",
|
||||
"libkeybinder-3.0-0",
|
||||
"libasound2",
|
||||
"libglib2.0-0",
|
||||
],
|
||||
@@ -51,7 +50,6 @@ DISTROS = {
|
||||
"gtk3",
|
||||
"mpv-libs",
|
||||
"libepoxy",
|
||||
"keybinder3",
|
||||
"alsa-lib",
|
||||
"glib2",
|
||||
],
|
||||
@@ -66,7 +64,6 @@ DISTROS = {
|
||||
"gtk3",
|
||||
"mpv",
|
||||
"libepoxy",
|
||||
"keybinder3",
|
||||
"alsa-lib",
|
||||
"glib2",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user