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

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

[nongnu] elpa/git-commit 8bfac56c3b 1/3: ci: Specify dependencies in def


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 8bfac56c3b 1/3: ci: Specify dependencies in default.mk
Date: Mon, 16 Jan 2023 18:59:20 -0500 (EST)

branch: elpa/git-commit
commit 8bfac56c3be59f2ba06eb1b1a25be4714792bccf
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    ci: Specify dependencies in default.mk
    
    This isn't used by make, but is needed for the Compile ci workflow.
---
 default.mk | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/default.mk b/default.mk
index 401d5a7e70..8e65cf8ebd 100644
--- a/default.mk
+++ b/default.mk
@@ -235,6 +235,16 @@ ifndef ORG_LOAD_PATH
 ORG_LOAD_PATH = -L ../../org/lisp
 endif
 
+## Dependencies ######################################################
+
+# This isn't used by make, but is needed for the Compile ci workflow.
+
+DEPS  = compat
+DEPS += dash
+DEPS += transient/lisp
+DEPS += vterm
+DEPS += with-editor/lisp
+
 ## Publish ###########################################################
 
 DOMAIN      ?= magit.vc



reply via email to

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