diff options
author | Bastien Nocera <hadess@hadess.net> | 2018-07-31 13:11:06 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2018-07-31 13:11:06 +0200 |
commit | 71c65fe73a8b23d638f68ce0a85562a049e5b302 (patch) | |
tree | 3144ecf99c8e896b2554d3cdb17beefb767164e9 /flatpak | |
parent | 2a33b23ec1830e842f0230441a428ff28d82f96c (diff) | |
download | totem-71c65fe73a8b23d638f68ce0a85562a049e5b302.tar.gz |
flatpak: Remove obsolete gmime dependency
totem-pl-parser now has a copy of the small portion of code it used from
gmime, and grilo-plugins uses totem-pl-parser's helper, rather than
gmime directly.
Diffstat (limited to 'flatpak')
-rw-r--r-- | flatpak/org.gnome.Totem.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/flatpak/org.gnome.Totem.json b/flatpak/org.gnome.Totem.json index a92097161..a32b7e87c 100644 --- a/flatpak/org.gnome.Totem.json +++ b/flatpak/org.gnome.Totem.json @@ -62,16 +62,6 @@ ] }, { - "name": "gmime", - "sources": [ - { - "type": "git", - "url": "git://git.gnome.org/gmime" - } - ], - "cleanup": [ "/include", "/share/vala" ] - }, - { "name": "totem-pl-parser", "buildsystem": "meson", "builddir": true, |