[Bug 267100] graphics/gstreamer1-plugins-gl: fails to build if graphics/libdrm is installed

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 25 Oct 2022 04:08:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267100

Bryan Baldwin <bryan@katofiad.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #237598|0                           |1
        is obsolete|                            |

--- Comment #5 from Bryan Baldwin <bryan@katofiad.co.nz> ---
Created attachment 237599
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=237599&action=edit
Guard against masked token in gst-libs/gst/allocators/meson.build

If we are guarding the entire file here --> gst-libs/gst/allocators/meson.build
with

if get_option('allocators').enabled()

then the token `allocators_dep` remains undefined.
Should we not then guard the other calls to this token, as well?

See patches submitted:

patch-ext_gl_meson.build
patch-gst-libs_gst_gl_meson.build

-- 
You are receiving this mail because:
You are the assignee for the bug.