spice-gtk: remove auto_features=enabled from expression

It is now default
This commit is contained in:
Jan Tojnar 2019-06-25 17:52:37 +02:00
parent 4bc87ff365
commit c3fe79e930
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -109,7 +109,6 @@ stdenv.mkDerivation rec {
PKG_CONFIG_POLKIT_GOBJECT_1_POLICYDIR = "${placeholder "out"}/share/polkit-1/actions";
mesonFlags = [
"-Dauto_features=enabled"
"-Dcelt051=disabled"
"-Dpulse=disabled" # is deprecated upstream
];