spice: remove use celt051 option
celt support has been removed upstream, and this option no longer exists. Setting an unknown option is a hard error with Meson ≥0.60.0.
This commit is contained in:
parent
fed85dd00b
commit
1df50b478a
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Dgstreamer=1.0"
|
"-Dgstreamer=1.0"
|
||||||
"-Dcelt051=disabled"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
Loading…
Reference in a new issue