Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 May 2026 08:34:48 +0000
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 67f167acddd4 - main - graphics/gstreamer1-plugins-vulkan: Utilize GST_PLUGIN_DEPENDS
Message-ID:  <69f465a8.3cbff.d8c1c2e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=67f167acddd4fc52e4d2867bb19ad71f873372fe

commit 67f167acddd4fc52e4d2867bb19ad71f873372fe
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2026-05-01 06:22:57 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-05-01 08:34:03 +0000

    graphics/gstreamer1-plugins-vulkan: Utilize GST_PLUGIN_DEPENDS
    
    Unbreak by utilizing GST_PLUGIN_DEPENDS instead of using MESON_ARGS
    
    Reported by:    makc
---
 graphics/gstreamer1-plugins-vulkan/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/graphics/gstreamer1-plugins-vulkan/Makefile b/graphics/gstreamer1-plugins-vulkan/Makefile
index 93ec3d94ce2a..ec274d5513e9 100644
--- a/graphics/gstreamer1-plugins-vulkan/Makefile
+++ b/graphics/gstreamer1-plugins-vulkan/Makefile
@@ -16,13 +16,12 @@ USES=		xorg
 USE_GSTREAMER=	gl
 USE_XORG=	xcb
 
-MESON_ARGS+=	-Dwayland=enabled
-
 MASTERDIR=	${.CURDIR:H:H}/multimedia/gstreamer1-plugins
 
 PLIST=		${.CURDIR}/pkg-plist
 
 DIST=		bad
 GST_PLUGIN=	vulkan
+GST_PLUGIN_DEPENDS=	wayland
 
 .include "${MASTERDIR}/Makefile"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f465a8.3cbff.d8c1c2e>