devicekit-power: add libusb-compat dependency

* otherwise do_configure fails with:
  | configure:14379: result: no
  | configure:14379: checking for usb.h
  | configure:14379: result: no
  | configure:14386: error: Can't find usb.h. Please install libusb.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2014-05-04 19:59:36 +02:00
parent 5e09f0a0a4
commit 41022dec46
@@ -2,7 +2,7 @@ SUMMARY = "Devicekit power"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=756cf97871f77233638937da21b025d3"
DEPENDS = "libusb1 udev glib-2.0 dbus-glib polkit"
DEPENDS = "libusb-compat libusb1 udev glib-2.0 dbus-glib polkit"
SRC_URI = "http://upower.freedesktop.org/releases/DeviceKit-power-${PV}.tar.gz;name=archive"
SRC_URI[archive.md5sum] = "935d37f1e14b3c8a1d6dabcd9a38d3ca"