From 433938fa8772f9548a831f9deb32f45a5821b5b2 Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Sat, 20 May 2023 00:41:59 +0300 Subject: [PATCH] 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 964eb2423c2f9..4b352d60b3261 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