summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Brand2017-04-16 13:56:14 +0200
committerStefan Brand2017-04-16 13:56:14 +0200
commitb3595adde0707b4e192db86aed0e652ca0a6bbef (patch)
treed2d0d2008db7c691f85ab3d4de10ceed8703da90 /PKGBUILD
parenta61252b39922f1697b42a0ff07eff60f6deee8fd (diff)
downloadaur-b3595adde0707b4e192db86aed0e652ca0a6bbef.tar.gz
Add pkgconf dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55a966ba448c..2f83c4e4f415 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/01org/thunderbolt-software-user-space"
license=('BSD')
depends=('dbus-c++' 'libnl' 'thunderbolt-icm-dkms-git')
-makedepends=('git' 'cmake')
+makedepends=('git' 'cmake' 'pkgconf')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
install='thunderboltd-git.install'