aboutsummaryrefslogtreecommitdiffstats
path: root/community/xfce4-session
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-07-05 19:16:25 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-07-05 19:16:25 +0000
commit4a09ae54159fd4c07df7eb368a3a8e810cec4038 (patch)
treea9dd6a7b855e68ba6613f1cc2d79596b70263a8a /community/xfce4-session
parent2a085ddf288a31661811bca8f75b4e51f2ceb209 (diff)
downloadaports-4a09ae54159fd4c07df7eb368a3a8e810cec4038.tar.bz2
aports-4a09ae54159fd4c07df7eb368a3a8e810cec4038.tar.xz
community/xfce4-session: add missing make dependency
Requires dbus-glib-dev to build
Diffstat (limited to 'community/xfce4-session')
-rw-r--r--community/xfce4-session/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xfce4-session/APKBUILD b/community/xfce4-session/APKBUILD
index 1190c51070..06578081b9 100644
--- a/community/xfce4-session/APKBUILD
+++ b/community/xfce4-session/APKBUILD
@@ -9,7 +9,7 @@ arch="all"
license="GPL-2.0+"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
depends="hicolor-icon-theme iceauth dbus-x11"
-makedepends="libxfce4ui-dev xfconf-dev libwnck-dev libice-dev xfce4-panel-dev libwnck3-dev"
+makedepends="libxfce4ui-dev xfconf-dev libwnck-dev libice-dev xfce4-panel-dev libwnck3-dev dbus-glib-dev"
install=
source="http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
busybox-shutdown.patch"