Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Dec 2020 22:58:40 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559317 - head/multimedia/gstreamer1-plugins
Message-ID:  <202012262258.0BQMwe2v012256@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Dec 26 22:58:40 2020
New Revision: 559317
URL: https://svnweb.freebsd.org/changeset/ports/559317

Log:
  graphics/gstreamer1-plugins-vulkan: enable Wayland with libglvnd
  
  PR:		240784

Modified:
  head/multimedia/gstreamer1-plugins/Makefile.common   (contents, props changed)

Modified: head/multimedia/gstreamer1-plugins/Makefile.common
==============================================================================
--- head/multimedia/gstreamer1-plugins/Makefile.common	Sat Dec 26 22:30:54 2020	(r559316)
+++ head/multimedia/gstreamer1-plugins/Makefile.common	Sat Dec 26 22:58:40 2020	(r559317)
@@ -490,8 +490,9 @@ gst_vdpau_GST_PLUGIN_DIR=	sys/vdpau
 
 # vulkan
 gst_vulkan_USE_GSTREAMER1=	gl
-gst_vulkan_BUILD_DEPENDS=	${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers \
-				${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
+gst_vulkan_BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
+				${LOCALBASE}/include/libdrm/drm_fourcc.h:graphics/libdrm \
+				${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers \
 				wayland-protocols>=0:graphics/wayland-protocols
 gst_vulkan_LIB_DEPENDS=		libvulkan.so:graphics/vulkan-loader \
 				libwayland-client.so:graphics/wayland



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012262258.0BQMwe2v012256>