diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-02 00:32:59 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-02 00:32:59 +0200 |
commit | 492cb57f8df3afd56c18e38ccafbf7e57360b87a (patch) | |
tree | eed059a57e73621904d5a800f48582e7b327e7f4 /meson.build | |
parent | 0f237d8ddf0151bbf0d18b060c8210cd246dcef8 (diff) |
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
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
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'), ] |