From 29792f39eb15e13d1bbc62a2a607b8837caf9ed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sat, 25 Jan 2020 19:50:23 +0100 Subject: [PATCH] dav1d: fix meson invocation --- media-libs/dav1d/dav1d-0.5.2.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/dav1d/dav1d-0.5.2.recipe b/media-libs/dav1d/dav1d-0.5.2.recipe index 8c0f0da9c..da23b9b85 100644 --- a/media-libs/dav1d/dav1d-0.5.2.recipe +++ b/media-libs/dav1d/dav1d-0.5.2.recipe @@ -51,7 +51,7 @@ BUILD_PREREQUIRES=" BUILD() { - meson configure build \ + meson build \ --prefix $prefix \ --bindir $commandBinDir \ --libdir $libDir \