devicekit-power: add libusb-compat dependency
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 4 May 2014 17:59:36 +0000 (19:59 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:37:54 +0000 (08:37 -0800)
* 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.

(From meta-openembedded rev: 41022dec465470327cafc3376830f4b5492f9bb6)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/devicekit/devicekit-power_014.bb

index 7c40fbc..9484887 100644 (file)
@@ -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"