spice-gtk: remove auto_features=enabled from expression
It is now default
This commit is contained in:
parent
4bc87ff365
commit
c3fe79e930
|
@ -109,7 +109,6 @@ stdenv.mkDerivation rec {
|
||||||
PKG_CONFIG_POLKIT_GOBJECT_1_POLICYDIR = "${placeholder "out"}/share/polkit-1/actions";
|
PKG_CONFIG_POLKIT_GOBJECT_1_POLICYDIR = "${placeholder "out"}/share/polkit-1/actions";
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Dauto_features=enabled"
|
|
||||||
"-Dcelt051=disabled"
|
"-Dcelt051=disabled"
|
||||||
"-Dpulse=disabled" # is deprecated upstream
|
"-Dpulse=disabled" # is deprecated upstream
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue