From 492cb57f8df3afd56c18e38ccafbf7e57360b87a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 2 Aug 2024 00:32:59 +0200 Subject: Query audio devices from gpu screen recorder instead of using pulseaudio in the gui. Makes it simpler and makes sure that the exact same device name is used that gpu screen recorder expects --- meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index c762460..ff98634 100644 --- a/meson.build +++ b/meson.build @@ -15,7 +15,6 @@ src = [ dep = [ dependency('gtk+-3.0'), dependency('x11'), - dependency('libpulse'), dependency('ayatana-appindicator3-0.1'), ] -- cgit v1.2.3