glog: add dependency on libunwind

* it's autodetected from sysroot and configure doesn't have parameter to explicitly
  disable it so PACKAGECONFIG won't work OOTB

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2013-07-13 18:57:54 +02:00
parent 585cd80db4
commit 80805b2daa

View File

@ -6,4 +6,6 @@ HOMEPAGE = "https://code.google.com/p/google-glog/"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=dc9db360e0bbd4e46672f3fd91dd6c4b"
DEPENDS = "libunwind"
inherit autotools pkgconfig