mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user