Date: Tue, 14 Jun 2022 17:38:25 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 72034e7cc4a9 - main - graphics/gstreamer1-plugins-kms: Add libdrm to the lib depends Message-ID: <202206141738.25EHcPJq006015@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=72034e7cc4a9590828bf344b22d39674e9a50f8a commit 72034e7cc4a9590828bf344b22d39674e9a50f8a Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-06-14 17:35:38 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2022-06-14 17:38:22 +0000 graphics/gstreamer1-plugins-kms: Add libdrm to the lib depends Even if it do not use libkms anymore it still needs libdrm. Reported by: fluffy --- multimedia/gstreamer1-plugins/Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common index d54cb67e49a0..535903229003 100644 --- a/multimedia/gstreamer1-plugins/Makefile.common +++ b/multimedia/gstreamer1-plugins/Makefile.common @@ -306,6 +306,7 @@ gst_jpeg_USES= jpeg gst_kate_LIB_DEPENDS= libkate.so:multimedia/libkate # kms +gst_kms_LIB_DEPENDS= libdrm.so:graphics/libdrm gst_kms_GST_PLUGIN_DIR= sys/kms # ladspa
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206141738.25EHcPJq006015>