diff options
-rw-r--r-- | community/xfce4-session/APKBUILD | 2 |
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" |