Skip to content
Snippets Groups Projects

q6voiced: port to libasound

Merged Arnaud Ferraris requested to merge a-wai/q6voiced:master into master
All threads resolved!
2 files
+ 32
21
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -2,9 +2,9 @@ project('q6voiced', 'c')
pkg = import('pkgconfig')
dbus = dependency('dbus-1')
tinyalsa = dependency('tinyalsa')
alsa = dependency('alsa')
executable('q6voiced',
'q6voiced.c',
dependencies: [dbus, tinyalsa],
dependencies: [dbus, alsa],
install: true)
Loading