summaryrefslogtreecommitdiff
path: root/flatpak
diff options
context:
space:
mode:
authorMathieu Bridon <bochecha@daitauha.fr>2017-07-27 14:58:21 +0200
committerMathieu Bridon <bochecha@daitauha.fr>2017-07-29 00:49:35 +0200
commitbc13dc36849f32c0121e2f9c780f7fb63866de29 (patch)
tree54bc60ed804099022273e7695f93bee31c94674c /flatpak
parent0689927c2c6e56ee2c8375129c22548c1786341f (diff)
downloadtotem-bc13dc36849f32c0121e2f9c780f7fb63866de29.tar.gz
flatpak: Install totem-pl-parser in the right place
By default, Meson uses /usr/lib64 as libdir in Flatpak, but we really want everything installed in /usr/lib. https://bugzilla.gnome.org/show_bug.cgi?id=785524
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.gnome.Totem.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/flatpak/org.gnome.Totem.json b/flatpak/org.gnome.Totem.json
index c0be991e5..5820ed4d1 100644
--- a/flatpak/org.gnome.Totem.json
+++ b/flatpak/org.gnome.Totem.json
@@ -75,6 +75,9 @@
"name": "totem-pl-parser",
"buildsystem": "meson",
"builddir": true,
+ "config-opts": [
+ "--libdir=lib"
+ ],
"sources": [
{
"type": "git",