Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2022 04:08:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 267100] graphics/gstreamer1-plugins-gl: fails to build if graphics/libdrm is installed
Message-ID:  <bug-267100-12827-wpBrMO535F@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267100-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267100-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267100

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=3D237599&action=
=3Dedit
Guard against masked token in gst-libs/gst/allocators/meson.build

If we are guarding the entire file here --> gst-libs/gst/allocators/meson.b=
uild
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267100-12827-wpBrMO535F>