mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-23 02:05:02 +09:00
Make the ui the daemon instead, add hotkey for recording/pause
This commit is contained in:
@@ -57,12 +57,5 @@ executable(
|
||||
cpp_args : '-DGSR_UI_RESOURCES_PATH="' + gsr_ui_resources_path + '"',
|
||||
)
|
||||
|
||||
executable(
|
||||
'gsr-ui-daemon',
|
||||
['gsr-ui-daemon/main.c'],
|
||||
install : true,
|
||||
dependencies : [dependency('x11')],
|
||||
)
|
||||
|
||||
install_subdir('images', install_dir : gsr_ui_resources_path)
|
||||
install_subdir('fonts', install_dir : gsr_ui_resources_path)
|
||||
Reference in New Issue
Block a user