summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorFlorian Franzmann2021-04-02 22:30:27 +0200
committerFlorian Franzmann2021-04-02 22:30:27 +0200
commitb26dde1af7ec0ef70e1dc206199058bc9b3e8fd8 (patch)
tree7e57bd102df53df7deaf85de3708dd1f9fe5b83e /editors
parent64375885d0deed9e8e0c0b9e97e04bcbb25e2e59 (diff)
editors/emacs: Add dependency on desktop-file-utils
Diffstat (limited to 'editors')
-rwxr-xr-xeditors/emacs/DEPENDS1
-rw-r--r--editors/emacs/HISTORY1
2 files changed, 2 insertions, 0 deletions
diff --git a/editors/emacs/DEPENDS b/editors/emacs/DEPENDS
index d8a0151b65..dd39a6fa23 100755
--- a/editors/emacs/DEPENDS
+++ b/editors/emacs/DEPENDS
@@ -27,6 +27,7 @@ if [[ "$EMACS_XTOOLKIT" != "no" ]]; then
depends libxrandr &&
depends libxinerama &&
depends libxfixes &&
+ depends desktop-file-utils &&
optional_depends "harfbuzz" \
"--with-harfbuzz" \
diff --git a/editors/emacs/HISTORY b/editors/emacs/HISTORY
index 61de56cbbc..090d26a1b3 100644
--- a/editors/emacs/HISTORY
+++ b/editors/emacs/HISTORY
@@ -3,6 +3,7 @@
* DEPENDS: depend on jansson instead of json-c
* CONFIGURE: make support for wide int configurable
* DEPENDS: add optional dependency on m17n-lib
+ * DEPENDS: add dependency on desktop-file-utils
2021-03-14 Ismael Luceno <ismael@sourcemage.org>
* BUILD: fixed build with -ffast-math