Add pkg-config library source to bcm_host

Buildroot(buildroot.org) provides bcm_host.pc for Raspberry Pi

Change-Id: Ia8b13ded4d48aac53693f5041e7ef5303513f5e9
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Tasuku Suzuki 2019-06-21 00:14:22 +09:00
parent 13426aff24
commit 5789ece6d0

View File

@ -61,6 +61,7 @@
"export": "",
"headers": ["bcm_host.h"],
"sources": [
{ "type": "pkgConfig", "args": "bcm_host" },
{ "type": "makeSpec", "spec": "BCM_HOST" }
]
},