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)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:28 +0000 (19:32 +0000)
commit581161ecd74a2dcee5afa21b5536f37f3a66d681
tree5a7a8eb52c5f8d43ff17a20e77a0f9a044a7e029
parent70715b51819d37ef558daf6ca2da09bcd1237d47
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