FreeBSD Bugzilla – Attachment 238487 Details for
Bug 268122
devel/sdl20: track libvulkan.so dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1 (apply via "git am")
bug268122.diff (text/plain), 1.04 KB, created by
Jan Beich
on 2022-12-02 10:04:45 UTC
(
hide
)
Description:
v1 (apply via "git am")
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2022-12-02 10:04:45 UTC
Size:
1.04 KB
patch
obsolete
>From 5a9590f6c711b27e98d8af32cc02d76f721bb683 Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Fri, 2 Dec 2022 09:57:46 +0000 >Subject: [PATCH] devel/sdl20: track libvulkan.so dependency > >PR: 268122 >Approved by: amdmi3 (maintainer) >--- > devel/sdl20/Makefile | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/devel/sdl20/Makefile b/devel/sdl20/Makefile >index 3705f4fb2ae4..d80d45a79e38 100644 >--- a/devel/sdl20/Makefile >+++ b/devel/sdl20/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= sdl2 > DISTVERSION= 2.26.0 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= https://www.libsdl.org/release/ > DISTNAME= SDL2-${PORTVERSION} >@@ -121,6 +122,7 @@ OPENGLES2_USES= gl > OPENGLES2_USE= GL=egl,glesv2 > OPENGLES2_IMPLIES= OPENGLES > VULKAN_CONFIGURE_ENABLE= video-vulkan >+VULKAN_RUN_DEPENDS= ${LOCALBASE}/lib/libvulkan.so:graphics/vulkan-loader > WAYLAND_CONFIGURE_ENABLE= video-wayland wayland-shared video-wayland-qt-touch > WAYLAND_BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols \ > ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
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 268122
: 238487
Working