aboutsummaryrefslogtreecommitdiffhomepage
path: root/AppImage.yml
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2026-01-22 18:07:25 +0100
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2026-01-22 18:07:25 +0100
commit2f7c8cf5a4818d3844c971dd2a32c8857473923c (patch)
treece187532b7c0e47cb4827006b360fa01d548a6b0 /AppImage.yml
parentfbe8bc374ddb310d24bf9f2a81101df61cf1185f (diff)
downloadapplause2-2f7c8cf5a4818d3844c971dd2a32c8857473923c.tar.gz
AppImage: added missing git build-time dependency
Diffstat (limited to 'AppImage.yml')
-rw-r--r--AppImage.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AppImage.yml b/AppImage.yml
index ca6ee4a..5666055 100644
--- a/AppImage.yml
+++ b/AppImage.yml
@@ -30,7 +30,7 @@ ingredients:
- tar xzf applause.tar.gz
# Install build-time dependencies
- apt-get update -o APT::Cache-Start=100000000
- - apt-get install -o APT::Cache-Start=100000000 -y build-essential lua5.1 libreadline-dev libjack-jackd2-dev virtualenv
+ - apt-get install -o APT::Cache-Start=100000000 -y build-essential lua5.1 libreadline-dev libjack-jackd2-dev virtualenv git
script:
- make -C ../LuaJIT-2.1 DESTDIR=`pwd` PREFIX=/usr install