aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Jacobs2019-08-20 01:57:47 -0700
committerRyan Jacobs2019-08-20 01:57:47 -0700
commit20a6e3132decd09acf40640002a61d4bec0a5d0b (patch)
treefae4a7b5b9ba91e742c57dc62c44495fdbe8cadc
parent47334a85bf393d80b3ab7f9297c549691b24aa2a (diff)
downloadaur-20a6e3132decd09acf40640002a61d4bec0a5d0b.tar.gz
remove ninja remove the build deps
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9192ce5f6f1..cd7bc379d9a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=("x86_64")
url="https://github.com/microsoft/Azure-Kinect-Sensor-SDK"
license=("MIT")
depends=("libsoundio" "libxinerama" "libxrandr" "libglvnd" "libxcursor" "systemd-libs")
-makedepends=("git" "cmake" "ninja")
+makedepends=("git" "cmake")
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("azure-kinect-sensor-sdk::git+https://github.com/microsoft/Azure-Kinect-Sensor-SDK")