summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2020-01-16 15:25:10 +0000
committerEric Engestrom2020-01-16 15:25:10 +0000
commite4db6eda4281367585d673854c8d4a9f35d2a408 (patch)
tree33c9353169f354c186d1951dfe421cb31d6e9696
parent03264bc10c4e47e2251edcc10fda4a4036d2f555 (diff)
downloadaur-e4db6eda4281367585d673854c8d4a9f35d2a408.tar.gz
add missing makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ac60ad57932..4c78d835b926 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = renderdoc-git
arch = i686
arch = x86_64
license = MIT
+ makedepends = cmake
+ makedepends = python
depends = libx11
depends = libxcb
depends = mesa
diff --git a/PKGBUILD b/PKGBUILD
index f2629b7114c9..633c5987354f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgdesc="OpenGL and Vulkan debugging tool"
arch=(i686 x86_64)
url="https://github.com/baldurk/renderdoc"
license=("MIT")
+makedepends=("cmake" "python")
depends=("libx11" "libxcb" "mesa" "libgl" "qt5-base" "qt5-svg" "qt5-x11extras" "xcb-util-keysyms")
source=("git+https://github.com/baldurk/renderdoc"
"renderdoc.desktop")