summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorFlorian Franzmann2021-04-02 17:32:53 +0200
committerFlorian Franzmann2021-04-02 18:29:43 +0200
commit4f98a6429eb44843cabda6f5e60d02a6de7e6e67 (patch)
treedba15f6b5e0eb413cb4bc199c99bdfcc6d90218d /editors
parent6183732a41f38a7231b851e338f6ac724583c1cb (diff)
editors/emacs: add optional dependency on libotf
Diffstat (limited to 'editors')
-rwxr-xr-xeditors/emacs/DEPENDS8
-rw-r--r--editors/emacs/HISTORY3
2 files changed, 7 insertions, 4 deletions
diff --git a/editors/emacs/DEPENDS b/editors/emacs/DEPENDS
index d741253c05..5b717dd62b 100755
--- a/editors/emacs/DEPENDS
+++ b/editors/emacs/DEPENDS
@@ -78,10 +78,10 @@ if [[ "$EMACS_XTOOLKIT" != "no" ]]; then
"--without-xft" \
"for XFT anti-aliased font support" &&
- #optional_depends libotf \
- # --with-libotf \
- # --without-libotf \
- # "for OpenType font support" &&
+ optional_depends libotf \
+ --with-libotf \
+ --without-libotf \
+ "for OpenType font support" &&
optional_depends "cairo" \
"--with-cairo" \
diff --git a/editors/emacs/HISTORY b/editors/emacs/HISTORY
index b672acaac1..1c563a98a1 100644
--- a/editors/emacs/HISTORY
+++ b/editors/emacs/HISTORY
@@ -1,3 +1,6 @@
+2021-04-02 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS: add optional dependency on libotf
+
2021-03-14 Ismael Luceno <ismael@sourcemage.org>
* BUILD: fixed build with -ffast-math