aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-12-30 22:57:48 +0100
committerdec05eba <dec05eba@protonmail.com>2024-12-30 22:57:48 +0100
commitc2dca2e8f812302d9465186bf001442a29919088 (patch)
treeda27516ac81e69d1f038efab7b75e3e32590efad /meson.build
parenta3d4455b3d238ed9308491c9046867d2c0d67b5f (diff)
Start on rpc, open existing instances ui when trying to launch gsr-ui a second time
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
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',
]