about summary refs log tree commit diff
path: root/pkgs/applications/audio/zrythm
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2022-01-22 19:28:11 +0100
committerNaïm Favier <n@monade.li>2022-01-22 20:28:17 +0100
commit1a6f79a47e8ff16af7bcdbf8767b557c77a00522 (patch)
tree6a3ac1bcfb67718f5d902c2eaadec811e259ef28 /pkgs/applications/audio/zrythm
parentc5d52173c2e46487f23fc695883f2f812a08c5ca (diff)
zrythm: fix build with meson 0.60
Feature flags were renamed in https://github.com/zrythm/zrythm/commit/2f6ca072f09d14993d60e29f4d5c3fbf5a08be02
and the ffmpeg dependency was dropped in https://github.com/zrythm/zrythm/commit/116b9553913a4616599d259fbe22bc30ffe1ed43
Diffstat (limited to 'pkgs/applications/audio/zrythm')
-rw-r--r--pkgs/applications/audio/zrythm/default.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/pkgs/applications/audio/zrythm/default.nix b/pkgs/applications/audio/zrythm/default.nix
index 8963cff4d12ac..70b7fbb745f31 100644
--- a/pkgs/applications/audio/zrythm/default.nix
+++ b/pkgs/applications/audio/zrythm/default.nix
@@ -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