From e20f80f379567d0444b75f87825bc4da09a17f53 Mon Sep 17 00:00:00 2001 From: hippoz <10706925-hippoz@users.noreply.gitlab.com> Date: Mon, 7 Nov 2022 18:52:51 +0200 Subject: [PATCH] rename to hyperpop --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +)