lemonbuddy: remove unnecessary depends=

This commit is contained in:
Michael Gehring 2017-12-04 14:11:17 +01:00
parent 3039085d7e
commit 11985b16bc

View file

@ -14,7 +14,6 @@ configure_args="
-DENABLE_I3=$(vopt_if i3 ON OFF)
-DENABLE_MPD=$(vopt_if mpd ON OFF)
-DENABLE_NETWORK=$(vopt_if network ON OFF)"
depends=("libXft" "xcb-util-wm" "xcb-util-image")
hostmakedepends="clang pkg-config xcb-proto"
makedepends="libxcb-devel libXft-devel xcb-util-image-devel xcb-util-wm-devel boost-devel
$(vopt_if alsa alsa-lib-devel)