mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
Dont use dlopen in gsr-global-hotkeys
This commit is contained in:
@@ -71,7 +71,10 @@ executable(
|
||||
'tools/gsr-global-hotkeys/main.c'
|
||||
],
|
||||
c_args : '-fstack-protector-all',
|
||||
install : true
|
||||
install : true,
|
||||
dependencies: [
|
||||
dependency('x11'),
|
||||
]
|
||||
)
|
||||
|
||||
executable(
|
||||
|
||||
Reference in New Issue
Block a user