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