upower: depends / build depends on libusb

This commit is contained in:
Stefan Saraev 2012-11-22 21:03:34 +02:00
parent fe06f97caa
commit 1290e3404a

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://upower.freedesktop.org/"
PKG_URL="http://upower.freedesktop.org/releases/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS="systemd glib dbus dbus-glib polkit pm-utils"
PKG_BUILD_DEPENDS="toolchain systemd glib dbus dbus-glib gobject-introspection polkit"
PKG_DEPENDS="systemd glib dbus dbus-glib polkit pm-utils libusb"
PKG_BUILD_DEPENDS="toolchain systemd glib dbus dbus-glib gobject-introspection polkit libusb"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="upower: a modular hardware abstraction layer designed for use in Linux systems that is designed to simplify device management."