summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-07-09 12:48:57 +0900
committerBenjamin Chrétien2015-07-09 12:48:57 +0900
commitd81510d02d3a6811738f847f26444e3254ecbda8 (patch)
tree52d42b7e77a9c8a4cfcec70f76719d49da44be51
parentf418df1331cd242e1a81216ecbd248805032fc52 (diff)
downloadaur-d81510d02d3a6811738f847f26444e3254ecbda8.tar.gz
Add make dependency on pkg-config
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9612a0c1185f..e7327884199f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = rofi-git
license = MIT
makedepends = autoconf
makedepends = git
+ makedepends = pkg-config
depends = libx11
depends = libxft
depends = freetype2
diff --git a/PKGBUILD b/PKGBUILD
index 678325fb2a84..23b55f44ce46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ url="https://davedavenport.github.io/rofi/"
license=('MIT')
depends=('libx11' 'libxft' 'freetype2' 'libxdg-basedir' 'libxinerama')
optdepends=('i3-wm: use as a window switcher')
-makedepends=('autoconf' 'git')
+makedepends=('autoconf' 'git' 'pkg-config')
provides=('rofi')
conflicts=('rofi')
source=("git+https://github.com/DaveDavenport/rofi")