added git to makedepends

This commit is contained in:
Massimiliano Torromeo
2025-07-01 17:38:09 +02:00
parent 5e86853d8d
commit bdb1236e0d
2 changed files with 4 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® Re
arch=('x86_64')
url="https://github.com/IntelRealSense/librealsense"
license=('Apache')
makedepends=('cmake')
makedepends=('cmake' 'git')
depends=('glfw' 'glu' 'gtk3' 'libusb')
source=("https://github.com/IntelRealSense/librealsense/archive/refs/tags/v${pkgver}.tar.gz"
"https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-${_RS4XX_VER}.bin"