[gnome-photos/wip/rishi/flatpak-exiv2-enable-nls] flatpak: Enable native language support in exiv2




commit 7c6408f3e23772c51beb307753bfbc76d064dbfe
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Aug 25 17:14:16 2020 +0200

    flatpak: Enable native language support in exiv2
    
    Fedora's exiv2 package also enables native language support, and
    there's no reason not to.
    
    https://gitlab.gnome.org/GNOME/gnome-photos/-/merge_requests/141

 flatpak/org.gnome.Photos.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index d68f2239..5e7f4398 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -164,7 +164,8 @@
             "cleanup": [ "/lib/exiv2" ],
             "config-opts": [ "-DCMAKE_BUILD_TYPE=Release",
                              "-DEXIV2_BUILD_EXIV2_COMMAND=OFF",
-                             "-DEXIV2_BUILD_SAMPLES=OFF" ],
+                             "-DEXIV2_BUILD_SAMPLES=OFF",
+                             "-DEXIV2_ENABLE_NLS=ON" ],
             "sources": [
                 {
                     "type": "archive",


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