diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-24 16:13:41 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:47 +0200 |
commit | 5633895593df57ef762ee3cc3533110174c34773 (patch) | |
tree | c19bc72bf2238242b4afbace7d0db588600deb3a | |
parent | f7e22fbcdd6d2d5d27f56a96e6ff52527b548543 (diff) | |
download | pkgbuilds-5633895593df57ef762ee3cc3533110174c34773.tar.xz |
yawa-git: cmake dep missing..
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -10,6 +10,7 @@ pkgbase = yawa-git license = GPL makedepends = git makedepends = python-sphinx + makedepends = cmake depends = imlib2 depends = libx11 depends = libbsd @@ -8,7 +8,7 @@ arch=('i686' 'x86_64') license=('GPL') depends=('imlib2' 'libx11' 'libbsd') -makedepends=('git' 'python-sphinx') +makedepends=('git' 'python-sphinx' 'cmake') source=('git+http://git.kyriasis.com/kyrias/yawa') |