summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorFlorian Franzmann2021-04-02 22:28:54 +0200
committerFlorian Franzmann2021-04-02 22:28:54 +0200
commit64375885d0deed9e8e0c0b9e97e04bcbb25e2e59 (patch)
tree4aa2dfd301e8967188c70d5e9d255eb0f53f53c6 /editors
parent99f982b0d510fec96d2db4200c78ac188a2b0db0 (diff)
editors/emacs: Add optional dependency on m17n-lib
Diffstat (limited to 'editors')
-rwxr-xr-xeditors/emacs/DEPENDS5
-rw-r--r--editors/emacs/HISTORY1
2 files changed, 6 insertions, 0 deletions
diff --git a/editors/emacs/DEPENDS b/editors/emacs/DEPENDS
index 6595cc9691..d8a0151b65 100755
--- a/editors/emacs/DEPENDS
+++ b/editors/emacs/DEPENDS
@@ -83,6 +83,11 @@ if [[ "$EMACS_XTOOLKIT" != "no" ]]; then
--without-libotf \
"for OpenType font support" &&
+ optional_depends m17n-lib \
+ --with-m17n-flt \
+ --without-m17n-flt \
+ "use m17n-flt for text shaping" &&
+
optional_depends "cairo" \
"--with-cairo" \
"--without-cairo" \
diff --git a/editors/emacs/HISTORY b/editors/emacs/HISTORY
index de659e2247..61de56cbbc 100644
--- a/editors/emacs/HISTORY
+++ b/editors/emacs/HISTORY
@@ -2,6 +2,7 @@
* DEPENDS: add optional dependency on libotf
* DEPENDS: depend on jansson instead of json-c
* CONFIGURE: make support for wide int configurable
+ * DEPENDS: add optional dependency on m17n-lib
2021-03-14 Ismael Luceno <ismael@sourcemage.org>
* BUILD: fixed build with -ffast-math