git: 433938fa8772 - main - graphics/gegl: unbreak build with V4L option disabled (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 May 2023 21:43:12 UTC
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