Dont use dlopen in gsr-global-hotkeys

This commit is contained in:
dec05eba
2025-01-09 12:42:10 +01:00
parent 698538ac84
commit b0def958c7
5 changed files with 30 additions and 119 deletions

View File

@@ -71,7 +71,10 @@ executable(
'tools/gsr-global-hotkeys/main.c'
],
c_args : '-fstack-protector-all',
install : true
install : true,
dependencies: [
dependency('x11'),
]
)
executable(