aboutsummaryrefslogtreecommitdiffstats
path: root/community/dunst
diff options
context:
space:
mode:
authorMike Sullivan <mksully22@gmail.com>2019-06-25 15:06:45 +0000
committerLeo <thinkabit.ukim@gmail.com>2019-07-04 07:17:24 -0300
commitd1404a62e1a89f527442efe6e958c30bd552046a (patch)
treedf52da6c4d878ba3aa5ff0ff21738afe72962142 /community/dunst
parentf3332f118616e15ddda65e79f28c44e8d739be9a (diff)
downloadaports-d1404a62e1a89f527442efe6e958c30bd552046a.tar.bz2
aports-d1404a62e1a89f527442efe6e958c30bd552046a.tar.xz
community/dunst: add dbus-dev dependency to fix build
Diffstat (limited to 'community/dunst')
-rw-r--r--community/dunst/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dunst/APKBUILD b/community/dunst/APKBUILD
index ca104f68b3..0be511edb6 100644
--- a/community/dunst/APKBUILD
+++ b/community/dunst/APKBUILD
@@ -9,7 +9,7 @@ url="http://knopwob.org/dunst/"
arch="all"
license="BSD-3-Clause"
makedepends="gtk+2.0-dev libxscrnsaver-dev libxinerama-dev
- libxrandr-dev libnotify-dev"
+ libxrandr-dev libnotify-dev dbus-dev"
checkdepends="dbus librsvg"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz"