[gimp] flatpak: Remove -Dlibdir=lib configure option



commit 68cf9d85810130f1bde3de36bdab24d084e0573f
Author: Ondřej Míchal <harrymichal seznam cz>
Date:   Sun May 23 13:34:52 2021 +0200

    flatpak: Remove -Dlibdir=lib configure option
    
    Added because of issues in Msson 0.54.0. Should be fixed since version
    0.54.3.
    
    See https://github.com/flathub/org.gimp.GIMP/pull/97/commits/fbcf2afc634ca22171eff9810f00c88bf1c8e58c

 build/flatpak/org.gimp.GIMP-nightly.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/build/flatpak/org.gimp.GIMP-nightly.json b/build/flatpak/org.gimp.GIMP-nightly.json
index f9ecd850a0..ef095e443c 100644
--- a/build/flatpak/org.gimp.GIMP-nightly.json
+++ b/build/flatpak/org.gimp.GIMP-nightly.json
@@ -51,7 +51,7 @@
                 }
             ],
             "buildsystem": "meson",
-            "config-opts": [ "-Dintrospection=false", "-Dlibdir=lib" ],
+            "config-opts": [ "-Dintrospection=false" ],
             "sources": [
                 {
                     "type": "archive",
@@ -405,7 +405,7 @@
         {
             "name": "babl",
             "buildsystem": "meson",
-            "config-opts": [ "-Dwith-docs=false", "-Dlibdir=lib" ],
+            "config-opts": [ "-Dwith-docs=false" ],
             "sources": [
                 {
                     "type": "git",
@@ -417,7 +417,7 @@
         {
             "name": "gegl",
             "buildsystem": "meson",
-            "config-opts": [ "-Ddocs=false", "-Dlibdir=lib" ],
+            "config-opts": [ "-Ddocs=false" ],
             "cleanup": [ "/bin" ],
             "sources": [
                 {


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