View | Details | Raw Unified | Return to bug 267100 | Differences between
and this patch

Collapse All | Expand All

(-)ext/gl/meson.build (-3 / +5 lines)
Lines 116-123 Link Here
116
  optional_deps += bcm_host_dep
116
  optional_deps += bcm_host_dep
117
endif
117
endif
118
118
119
if egl_dep.found() and cc.has_header('libdrm/drm_fourcc.h')
119
if get_option('allocators').enabled()
120
  optional_deps += allocators_dep
120
  if egl_dep.found() and cc.has_header('libdrm/drm_fourcc.h')
121
    optional_deps += allocators_dep
122
  endif
121
endif
123
endif
122
124
123
if ['darwin', 'ios'].contains(host_system)
125
if ['darwin', 'ios'].contains(host_system)
Lines 146-152 Link Here
146
  objc_args : gst_plugins_base_args + gl_objc_args + extra_c_args,
148
  objc_args : gst_plugins_base_args + gl_objc_args + extra_c_args,
147
  link_args : noseh_link_args,
149
  link_args : noseh_link_args,
148
  include_directories : [configinc],
150
  include_directories : [configinc],
149
  dependencies : [gstgl_dep, video_dep,
151
  dependencies : [gstgl_dep, dependency('gstreamer-video-1.0'),
150
                  gst_base_dep, gst_controller_dep, libm] + optional_deps,
152
                  gst_base_dep, gst_controller_dep, libm] + optional_deps,
151
  install : true,
153
  install : true,
152
  install_dir : plugins_install_dir)
154
  install_dir : plugins_install_dir)

Return to bug 267100