FreeBSD Bugzilla – Attachment 237600 Details for
Bug 267100
graphics/gstreamer1-plugins-gl: fails to build if graphics/libdrm is installed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Guard against masked token in gst-libs/gst/allocators/meson.build
patch-ext_gl_meson.build (text/plain), 880 bytes, created by
Bryan Baldwin
on 2022-10-25 04:10:29 UTC
(
hide
)
Description:
Guard against masked token in gst-libs/gst/allocators/meson.build
Filename:
MIME Type:
Creator:
Bryan Baldwin
Created:
2022-10-25 04:10:29 UTC
Size:
880 bytes
patch
obsolete
>--- ext/gl/meson.build.orig 2022-06-15 22:36:22.000000000 +0000 >+++ ext/gl/meson.build 2022-10-25 03:48:48.462259000 +0000 >@@ -116,8 +116,10 @@ > optional_deps += bcm_host_dep > endif > >-if egl_dep.found() and cc.has_header('libdrm/drm_fourcc.h') >- optional_deps += allocators_dep >+if get_option('allocators').enabled() >+ if egl_dep.found() and cc.has_header('libdrm/drm_fourcc.h') >+ optional_deps += allocators_dep >+ endif > endif > > if ['darwin', 'ios'].contains(host_system) >@@ -146,7 +148,7 @@ > objc_args : gst_plugins_base_args + gl_objc_args + extra_c_args, > link_args : noseh_link_args, > include_directories : [configinc], >- dependencies : [gstgl_dep, video_dep, >+ dependencies : [gstgl_dep, dependency('gstreamer-video-1.0'), > gst_base_dep, gst_controller_dep, libm] + optional_deps, > install : true, > install_dir : plugins_install_dir)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 267100
:
237598
|
237599
| 237600