mu-util-play: simplify

Remove some unused options
This commit is contained in:
Dirk-Jan C. Binnema
2022-06-03 22:01:25 +03:00
parent 172ff25bb6
commit 0fe8f9a613
4 changed files with 23 additions and 45 deletions

View File

@ -26,6 +26,7 @@ lib_mu_utils=static_library('mu-utils', [
'mu-utils.cc'],
dependencies: [
glib_dep,
gio_dep,
config_h_dep,
readline_dep
],