summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2024-09-21 12:06:58 +0200
committerJaron Kent-Dobias <jaron@kent-dobias.com>2024-09-21 12:06:58 +0200
commit2b6c06bbeca23108633a2894927efe0f0e26ac08 (patch)
tree1c577c084c1ccd3d9cbf89a939cdbf0954f9301a
parent50f9e834cdefbb5825f0dbd93adb8557cd029296 (diff)
downloadlinux-raspberrypi4-2b6c06bbeca23108633a2894927efe0f0e26ac08.tar.gz
linux-raspberrypi4-2b6c06bbeca23108633a2894927efe0f0e26ac08.tar.bz2
linux-raspberrypi4-2b6c06bbeca23108633a2894927efe0f0e26ac08.zip
Added missing dependencies.
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73e3f98..df11865 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,6 +26,10 @@ makedepends=(
clang
llvm
lld
+
+ git
+ python-setuptools
+ python-cffi
)
options=('!strip')
_srcname=linux-v${_kver%.*}-${_kver##*.}