FreeBSD Bugzilla – Attachment 215248 Details for
Bug 247000
graphics/mesa-dri: meson.build:1317:2: ERROR: Dependency "wayland-scanner" not found
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix without WAYLAND
mesa.diff (text/plain), 884 bytes, created by
Guido Falsi
on 2020-06-05 14:14:35 UTC
(
hide
)
Description:
Fix without WAYLAND
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2020-06-05 14:14:35 UTC
Size:
884 bytes
patch
obsolete
>Index: graphics/mesa-dri/Makefile >=================================================================== >--- graphics/mesa-dri/Makefile (revision 538019) >+++ graphics/mesa-dri/Makefile (working copy) >@@ -78,6 +78,8 @@ > # enables VK_KHR_wayland_surface in Vulkan drivers > .if ${PORT_OPTIONS:MWAYLAND} && !empty(VULKAN_DRIVERS) > MESON_ARGS+= -Dplatforms=x11,surfaceless,drm,wayland >+.else >+MESON_ARGS+= -Dplatforms=x11,surfaceless,drm > .endif > > MESON_ARGS+= -Ddri-drivers="${DRI_DRIVERS:ts,:tl}" \ >Index: graphics/mesa-libs/Makefile >=================================================================== >--- graphics/mesa-libs/Makefile (revision 538019) >+++ graphics/mesa-libs/Makefile (working copy) >@@ -42,6 +42,8 @@ > > .if ${PORT_OPTIONS:MWAYLAND} > MESON_ARGS+= -Dplatforms=x11,surfaceless,drm,wayland >+.else >+MESON_ARGS+= -Dplatforms=x11,surfaceless,drm > .endif > > .if ${ARCH} == "i386"
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 247000
:
215247
| 215248