Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2024 11:50:13 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cffb234baab7 - main - sysutils/fastfetch: add v4l_compat to BUILD_DEPENDS for camera module
Message-ID:  <202402111150.41BBoDas092384@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

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

commit cffb234baab7c4da96b90f1294e77f6847f1bf59
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-02-11 01:07:04 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-02-11 11:49:09 +0000

    sysutils/fastfetch: add v4l_compat to BUILD_DEPENDS for camera module
---
 sysutils/fastfetch/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysutils/fastfetch/Makefile b/sysutils/fastfetch/Makefile
index 2175015bf482..210d39b41cf4 100644
--- a/sysutils/fastfetch/Makefile
+++ b/sysutils/fastfetch/Makefile
@@ -9,6 +9,7 @@ WWW=		https://github.com/fastfetch-cli/fastfetch
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
 LIB_DEPENDS=	libyyjson.so:devel/yyjson
 
 USES=		cmake:testing localbase:ldflags pkgconfig



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