[gnome-sdk-images/gnome-3-22] enchant: Use system dictionaries



commit 08f2ec757dc555660cdfd5c399a136c02322ee2c
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Feb 17 16:46:39 2017 +0100

    enchant: Use system dictionaries
    
    By default, enchant uses its own directories to look for dictionaries.
    Force it to use the normal myspell directory instead to make it pick
    up the dictionaries already in the runtime.

 org.gnome.Sdk.json.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/org.gnome.Sdk.json.in b/org.gnome.Sdk.json.in
index c72ccf1..b4c85bf 100644
--- a/org.gnome.Sdk.json.in
+++ b/org.gnome.Sdk.json.in
@@ -566,7 +566,7 @@
         },
         {
             "name": "enchant",
-            "config-opts": ["--disable-static"],
+            "config-opts": ["--disable-static", "--with-myspell-dir=/usr/share/myspell"],
             "sources": [
                 {
                     "type": "archive",


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