From 56a7e558d290d168a906dba984f5051c1e327712 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 24 Nov 2024 14:46:03 +0100 Subject: Move gsr-window-name to tools directory --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') 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')], ) -- cgit v1.2.3