diff options
author | Bastien Nocera <hadess@hadess.net> | 2019-02-07 17:11:22 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2019-02-07 17:11:22 +0100 |
commit | 0a4d11759815427e1273f832b51bf8c3e944410f (patch) | |
tree | 8f7f6615079686bd05f76b0101644deb6d9b6cd8 /flatpak | |
parent | db195282d8389d473da3056b8a7cca02cc56111a (diff) | |
download | totem-0a4d11759815427e1273f832b51bf8c3e944410f.tar.gz |
flatpak: Disable missing plugins support in Flatpak
It wouldn't do anything anyway, there's no installation helper in the
sandbox.
Diffstat (limited to 'flatpak')
-rw-r--r-- | flatpak/org.gnome.Totem.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flatpak/org.gnome.Totem.json b/flatpak/org.gnome.Totem.json index 901e293ff..faceccb29 100644 --- a/flatpak/org.gnome.Totem.json +++ b/flatpak/org.gnome.Totem.json @@ -249,6 +249,7 @@ "name": "totem", "buildsystem": "meson", "no-parallel-make": true, + "config-opts": ["-Denable-easy-codec-installation=false"], "sources": [ { "type": "git", |