[gnome-sdk-images] enchant: Use system dictionaries



commit 507af52ea3c3f75bf0a857b6d81b690aea3848a4
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 dd74c5f..9eb5586 100644
--- a/org.gnome.Sdk.json.in
+++ b/org.gnome.Sdk.json.in
@@ -565,7 +565,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]