Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2023 21:43:12 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 433938fa8772 - main - graphics/gegl: unbreak build with V4L option disabled (+)
Message-ID:  <202305192143.34JLhCRK049917@gitrepo.freebsd.org>

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

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

commit 433938fa8772f9548a831f9deb32f45a5821b5b2
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-05-19 21:41:59 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-05-19 21:41:59 +0000

    graphics/gegl: unbreak build with V4L option disabled (+)
    
    PR:     271506
---
 graphics/gegl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index 964eb2423c2f..4b352d60b326 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -95,7 +95,7 @@ SPIRO_MESON_ENABLED=	libspiro
 
 V4L_BUILD_DEPENDS=	v4l_compat>=0:multimedia/v4l_compat
 V4L_LIB_DEPENDS=	libv4l2.so:multimedia/libv4l
-V4L_MESON_ENABLED=	libv4l2
+V4L_MESON_ENABLED=	libv4l libv4l2
 V4L_VARS=		LICENSE+=LGPL20+
 
 WEBP_LIB_DEPENDS=	libwebp.so:graphics/webp



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