From c2dca2e8f812302d9465186bf001442a29919088 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 30 Dec 2024 22:57:48 +0100 Subject: Start on rpc, open existing instances ui when trying to launch gsr-ui a second time --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index b83070c..3bb65d9 100644 --- a/meson.build +++ b/meson.build @@ -38,6 +38,7 @@ src = [ 'src/Overlay.cpp', 'src/GlobalHotkeysX11.cpp', 'src/GlobalHotkeysLinux.cpp', + 'src/Rpc.cpp', 'src/main.cpp', ] -- cgit v1.2.3