emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/orgit ddb830c38c 43/76: make: Add new indirect dependencie


From: ELPA Syncer
Subject: [nongnu] elpa/orgit ddb830c38c 43/76: make: Add new indirect dependencies
Date: Thu, 13 Jan 2022 13:58:46 -0500 (EST)

branch: elpa/orgit
commit ddb830c38cb71e5cf86db7fa62d6ee88ab3962d5
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    make: Add new indirect dependencies
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index c5f5d85edd..ea87e8f724 100644
--- a/Makefile
+++ b/Makefile
@@ -6,10 +6,12 @@ ELS   = $(PKG).el
 ELCS  = $(ELS:.el=.elc)
 
 DEPS  = dash
+DEPS += hydra # for lv.el
 DEPS += ghub
 DEPS += org/lisp
 DEPS += magit-popup
 DEPS += magit/lisp
+DEPS += transient/lisp
 DEPS += with-editor
 
 EMACS      ?= emacs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]