From f4e44cbef5dbbc2a2b71e7b9b70ee72d30b7c6a6 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 10 Feb 2025 18:22:21 +0100 Subject: Prepare for sound. Fix game name being gsr-ui on wayland in some cases when saving video when the ui is open --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index ba3b7cd..fc2f4f4 100644 --- a/meson.build +++ b/meson.build @@ -39,6 +39,7 @@ src = [ 'src/GlobalHotkeysX11.cpp', 'src/GlobalHotkeysLinux.cpp', 'src/GlobalHotkeysJoystick.cpp', + 'src/AudioPlayer.cpp', 'src/Hotplug.cpp', 'src/Rpc.cpp', 'src/main.cpp', @@ -65,6 +66,7 @@ executable( dependency('xfixes'), dependency('xi'), dependency('xcursor'), + dependency('libpulse-simple'), ], cpp_args : '-DGSR_UI_RESOURCES_PATH="' + gsr_ui_resources_path + '"', ) -- cgit v1.2.3-70-g09d2