zrythm: fix build with meson 0.60

Feature flags were renamed in 2f6ca072f0
and the ffmpeg dependency was dropped in 116b955391
This commit is contained in:
Naïm Favier 2022-01-22 19:28:11 +01:00
parent c5d52173c2
commit 1a6f79a47e
No known key found for this signature in database
GPG Key ID: 49B07322580B7EE2

View File

@ -13,7 +13,6 @@
, curl
, dconf
, libepoxy
, ffmpeg
, fftw
, fftwFloat
, flex
@ -95,7 +94,6 @@ stdenv.mkDerivation rec {
curl
dconf
libepoxy
ffmpeg
fftw
fftwFloat
flex
@ -133,10 +131,9 @@ stdenv.mkDerivation rec {
];
mesonFlags = [
"-Denable_ffmpeg=true"
"-Denable_rtmidi=true"
"-Denable_rtaudio=true"
"-Denable_sdl=true"
"-Drtmidi=enabled"
"-Drtaudio=enabled"
"-Dsdl=enabled"
"-Dcarla=enabled"
"-Dmanpage=true"
# "-Duser_manual=true" # needs sphinx-intl