[gnome-games] flatpak: Force the right libdir for Meson modules



commit f04ac381d217e5c7034368c41a590f7a94c0d56e
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Wed May 16 09:38:29 2018 +0200

    flatpak: Force the right libdir for Meson modules
    
    This allows to work around occasionaly bugs in the SDK where libraries
    using Meson are installed in /app/lib64 instead of /app/lib.

 flatpak/org.gnome.Games.json | 8 ++++++++
 1 file changed, 8 insertions(+)
---
diff --git a/flatpak/org.gnome.Games.json b/flatpak/org.gnome.Games.json
index 92042e4..99b0dd7 100644
--- a/flatpak/org.gnome.Games.json
+++ b/flatpak/org.gnome.Games.json
@@ -135,6 +135,10 @@
         {
             "name": "manette",
             "buildsystem": "meson",
+            /* Workaround for an occasional bugs in org.gnome.Sdk installing libraries in /app/lib64. */
+            "config-opts": [
+                "--libdir=lib"
+            ],
             "sources": [
                 {
                     "type": "git",
@@ -145,6 +149,10 @@
         {
             "name": "retro-gtk",
             "buildsystem": "meson",
+            /* Workaround for an occasional bugs in org.gnome.Sdk installing libraries in /app/lib64. */
+            "config-opts": [
+                "--libdir=lib"
+            ],
             "sources": [
                 {
                     "type": "git",


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