diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-03-10 15:23:30 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-03-10 15:23:30 -0600 |
commit | 4dc739c92a03d072052c87a896c7ef65126dd0a7 (patch) | |
tree | cc402b8230ee30e6b3204abeb6c2726051938133 | |
parent | 1a5a9bd6f91bc8c71a58041d7b1b8e0abb3832ff (diff) | |
download | packages-4dc739c92a03d072052c87a896c7ef65126dd0a7.tar.gz packages-4dc739c92a03d072052c87a896c7ef65126dd0a7.tar.bz2 packages-4dc739c92a03d072052c87a896c7ef65126dd0a7.tar.xz packages-4dc739c92a03d072052c87a896c7ef65126dd0a7.zip |
harmony/libnih: needs dbus for testing
-rw-r--r-- | harmony/libnih/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/harmony/libnih/APKBUILD b/harmony/libnih/APKBUILD index f9893359c..f12895d65 100644 --- a/harmony/libnih/APKBUILD +++ b/harmony/libnih/APKBUILD @@ -11,7 +11,7 @@ options="!checkroot" depends= depends_dev="dbus-dev expat-dev" makedepends="$depends_dev gettext-dev" -checkdepends="linux-headers" +checkdepends="dbus-x11 linux-headers" install="" subpackages="$pkgname-dev $pkgname-doc" source="http://launchpad.net/libnih/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz |