mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
zrythm: fix build with meson 0.60
Feature flags were renamed in2f6ca072f0
and the ffmpeg dependency was dropped in116b955391
This commit is contained in:
parent
c5d52173c2
commit
1a6f79a47e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user