diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-09-21 12:06:58 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2024-09-21 12:06:58 +0200 |
commit | 2b6c06bbeca23108633a2894927efe0f0e26ac08 (patch) | |
tree | 1c577c084c1ccd3d9cbf89a939cdbf0954f9301a /PKGBUILD | |
parent | 50f9e834cdefbb5825f0dbd93adb8557cd029296 (diff) | |
download | linux-raspberrypi4-2b6c06bbeca23108633a2894927efe0f0e26ac08.tar.gz linux-raspberrypi4-2b6c06bbeca23108633a2894927efe0f0e26ac08.tar.bz2 linux-raspberrypi4-2b6c06bbeca23108633a2894927efe0f0e26ac08.zip |
Added missing dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -26,6 +26,10 @@ makedepends=( clang llvm lld + + git + python-setuptools + python-cffi ) options=('!strip') _srcname=linux-v${_kver%.*}-${_kver##*.} |