mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +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
|
||||
, 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
|
||||
|
Loading…
Reference in New Issue
Block a user