[totem] flatpak: Install totem-pl-parser in the right place



commit bc13dc36849f32c0121e2f9c780f7fb63866de29
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Thu Jul 27 14:58:21 2017 +0200

    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

 flatpak/org.gnome.Totem.json |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/flatpak/org.gnome.Totem.json b/flatpak/org.gnome.Totem.json
index c0be991..5820ed4 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",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]