[nautilus] org.gnome.Nautilus.json: Specify libdir
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] org.gnome.Nautilus.json: Specify libdir
- Date: Thu, 16 Mar 2017 14:44:36 +0000 (UTC)
commit 8aa06a3475142f2a52fa653ca33bf008a07b7a33
Author: Carlos Soriano <csoriano gnome org>
Date: Thu Mar 16 15:34:54 2017 +0100
org.gnome.Nautilus.json: Specify libdir
Otherwise meson install libnautilus into lib64, which is wrong for
flatpak or other distributions.
Seems this is always going to guess it wrong, let's always specify
libdir.
org.gnome.Nautilus.json | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/org.gnome.Nautilus.json b/org.gnome.Nautilus.json
index 3eb259d..6a89919 100644
--- a/org.gnome.Nautilus.json
+++ b/org.gnome.Nautilus.json
@@ -124,7 +124,8 @@
"-Denable-desktop=false",
"-Denable-selinux=false",
"-Denable-xmp=true",
- "-Denable-libexif=true"
+ "-Denable-libexif=true",
+ "--libdir=/app/lib"
],
"sources": [
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]