rename to hyperpop
This commit is contained in:
parent
5cf4b965e0
commit
e20f80f379
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue