diff --git a/meson.build b/meson.build index a2d389e..c24b07f 100644 --- a/meson.build +++ b/meson.build @@ -10,11 +10,11 @@ opusfile_dep = dependency('opusfile') alsa_dep = dependency('alsa') executable( - 'waffle', + 'hyperpop', './src/player/OpusFile.cpp', './src/player/ALSAOutput.cpp', './src/player/Player.cpp', './src/ui/AppWidget.cpp', './src/main.cpp', dependencies : [raven_dep, opus_dep, opusfile_dep, alsa_dep] -) \ No newline at end of file +)