mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
gl: Add dependency to gstallocators
This commit is contained in:
parent
f0b1b97b25
commit
7d53a5cd0a
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue