gl: meson: use cc.find_library() to detect 'bcm_host'
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 21 Jun 2017 09:18:43 +0000 (11:18 +0200)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 21 Jun 2017 15:44:22 +0000 (11:44 -0400)
commit859daad65d39640d3665e046ece15e5c3efa23de
tree2d60302d94eb0774db06bc2b7ea83f495f444411
parent4f7b0777377d7b806cb89357acb067a67c49d9b6
gl: meson: use cc.find_library() to detect 'bcm_host'

On the raspberry pi no pkg-config file is provided for the bcm_host
library. We are using AC_CHECK_LIB to detect this lib with autotools,
cc.find_library() library is a closer meson equivalent.

https://bugzilla.gnome.org/show_bug.cgi?id=784026
gst-libs/gst/gl/meson.build