summaryrefslogtreecommitdiff
path: root/flatpak
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-06-14 15:47:38 +0200
committerBastien Nocera <hadess@hadess.net>2021-06-14 16:49:42 +0200
commit67af3470c9b0265d05f3b9d4856090bc8b0b8175 (patch)
tree870c3bdb09769ed80b699408267bb3099008972f /flatpak
parent287a008d571b2ee918a4dd7b308e36f55a5601ba (diff)
downloadtotem-67af3470c9b0265d05f3b9d4856090bc8b0b8175.tar.gz
flatpak: Update build system for libmediaart
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.gnome.Totem.Devel.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/flatpak/org.gnome.Totem.Devel.json b/flatpak/org.gnome.Totem.Devel.json
index 15a1213c2..1994ea064 100644
--- a/flatpak/org.gnome.Totem.Devel.json
+++ b/flatpak/org.gnome.Totem.Devel.json
@@ -185,7 +185,8 @@
{
"name": "libmediaart",
"cleanup": [ "/bin", "/etc", "/libexec" ],
- "config-opts": [ "--disable-qt" ],
+ "buildsystem": "meson",
+ "config-opts": [ "-Dimage_library=gdk-pixbuf" ],
"sources": [
{
"type": "git",