[jhbuild] ibus: Fix the build on Debian/Ubuntu



commit 6a80cb90979b7b782c25451eb90063d55d1b5857
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Wed Dec 4 08:47:58 2019 +0100

    ibus: Fix the build on Debian/Ubuntu
    
    The unicode-data package installs to a different location on Debian/Ubuntu compared
    to Fedora. Use a distro condition and --with-ucd-dir= to work around that.
    
    See #46

 modulesets/gnome-suites-core-deps-latest.modules | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/modulesets/gnome-suites-core-deps-latest.modules 
b/modulesets/gnome-suites-core-deps-latest.modules
index bb0c03f7..f399c457 100644
--- a/modulesets/gnome-suites-core-deps-latest.modules
+++ b/modulesets/gnome-suites-core-deps-latest.modules
@@ -1159,6 +1159,9 @@
     <if condition-set="freebsd">
       <autogenargs value="--with-ucd-dir=/usr/local/share/unicode/ucd"/>
     </if>
+    <if condition-set="debian">
+      <autogenargs value="--with-ucd-dir=/usr/share/unicode"/>
+    </if>
     <branch repo="github-tar"
             version="1.5.21"
             module="ibus/ibus/releases/download/${version}/ibus-${version}.tar.gz"


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