mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-07 15:19:56 +09:00
Rewrite linux global hotkey to not depend on any libraries (also allows it to work on non-systemd systems(?)), remove unused gsr-window-name
This commit is contained in:
19
meson.build
19
meson.build
@@ -61,23 +61,14 @@ executable(
|
||||
cpp_args : '-DGSR_UI_RESOURCES_PATH="' + gsr_ui_resources_path + '"',
|
||||
)
|
||||
|
||||
executable(
|
||||
'gsr-window-name',
|
||||
['tools/gsr-window-name/main.c'],
|
||||
install : true,
|
||||
dependencies : [dependency('x11')],
|
||||
)
|
||||
|
||||
executable(
|
||||
'gsr-global-hotkeys',
|
||||
['tools/gsr-global-hotkeys/main.c'],
|
||||
install : true,
|
||||
dependencies : [
|
||||
dependency('libevdev'),
|
||||
dependency('libudev'),
|
||||
dependency('libinput'),
|
||||
dependency('xkbcommon')
|
||||
[
|
||||
'tools/gsr-global-hotkeys/hotplug.c',
|
||||
'tools/gsr-global-hotkeys/keyboard_event.c',
|
||||
'tools/gsr-global-hotkeys/main.c'
|
||||
],
|
||||
install : true
|
||||
)
|
||||
|
||||
install_subdir('images', install_dir : gsr_ui_resources_path)
|
||||
|
||||
Reference in New Issue
Block a user