Move gsr-window-name to tools directory

This commit is contained in:
dec05eba
2024-11-24 14:46:03 +01:00
parent 4fc1f8294c
commit 56a7e558d2
3 changed files with 7 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ executable(
executable(
'gsr-window-name',
['gsr-window-name/main.c'],
['tools/gsr-window-name/main.c'],
install : true,
dependencies : [dependency('x11')],
)