diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-13 10:29:29 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-13 10:29:29 +0200 |
commit | 44731ba70802904c73ba65d5233c4d06cb700268 (patch) | |
tree | 667d3f03729d868d1e55b68280324b7d9d2b3e47 | |
parent | a6ffddb17aa9bcfda1dc34ab2b5318010404d180 (diff) | |
download | yawa-44731ba70802904c73ba65d5233c4d06cb700268.tar.xz |
res/PKGBUILD: add cmake to makedepends
Fixes #3.
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | res/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/PKGBUILD b/res/PKGBUILD index 5f62fd2..5cb09b3 100644 --- a/res/PKGBUILD +++ b/res/PKGBUILD @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') license=('GPL2') depends=('imlib2' 'libx11' 'libbsd') -makedepends=('git' 'python-sphinx') +makedepends=('cmake' 'git' 'python-sphinx') source=('git+http://git.kyriasis.com/kyrias/yawa') |