diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-24 14:46:03 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-24 14:46:03 +0100 |
commit | 56a7e558d290d168a906dba984f5051c1e327712 (patch) | |
tree | e2502ae127dad3ece15319bc499f929b39968b36 /meson.build | |
parent | 4fc1f8294c168d42db618f50f367b585ac957e0d (diff) |
Move gsr-window-name to tools directory
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 92262c5..ad3898d 100644 --- a/meson.build +++ b/meson.build @@ -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')], ) |