From e0d351c7989d215a969ee8273c5df6dbb95757da Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Mon, 29 May 2017 12:22:17 -0400 Subject: [PATCH] gl: Add dependency to gstallocators --- ext/gl/meson.build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/gl/meson.build b/ext/gl/meson.build index 9dfd781..78a1a9d 100644 --- a/ext/gl/meson.build +++ b/ext/gl/meson.build @@ -102,6 +102,10 @@ if build_gstgl and gstgl_dep.found() optional_deps += bcm_host_dep endif + if egl_dep.found() and cc.has_header('libdrm/drm_fourcc.h', required : false) + optional_deps += gstallocators_dep + endif + gstopengl = library('gstopengl', opengl_sources, c_args : gst_plugins_bad_args + opengl_defines, -- 2.7.4