Skip to content
Snippets Groups Projects
Unverified Commit 7ef3c3ca authored by Manuel Traut's avatar Manuel Traut
Browse files

Add meson.build (MR 5)


To ease packaging q6voiced for distributions

Signed-off-by: default avatarManuel Traut <manut@mecka.net>
parent 75ae4079
No related branches found
No related tags found
No related merge requests found
project('q6voiced', 'c')
pkg = import('pkgconfig')
dbus = dependency('dbus-1')
tinyalsa = dependency('tinyalsa')
executable('q6voiced',
'q6voiced.c',
dependencies: [dbus, tinyalsa],
install: true)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment