diff --git a/gst-libs/gst/gl/meson.build b/gst-libs/gst/gl/meson.build index a8f40bf7b7..62b22380cf 100644 --- a/gst-libs/gst/gl/meson.build +++ b/gst-libs/gst/gl/meson.build @@ -516,7 +516,7 @@ endif bcm_host_dep = unneeded_dep if need_win_dispmanx != 'no' - bcm_host_dep = dependency('bcm_host', required : false) + bcm_host_dep = cc.find_library('bcm_host', required : false) if bcm_host_dep.found() if not egl_dep.found() error('dispmanx requires the use of egl')