From 750982ed27ca6c96db59f7182bd5036d4bf5fc57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sommer?= Date: Thu, 16 Apr 2026 21:39:40 +0200 Subject: [PATCH] fswebcam: Add RRECOMMENDS ttf-dejavu-sans MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a recommendation for a sans serif font to print text on images. But fswebcam works fine without a font to save only plain images. Signed-off-by: Jörg Sommer Signed-off-by: Khem Raj --- .../recipes-multimedia/fswebcam/fswebcam_20200725.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-multimedia/recipes-multimedia/fswebcam/fswebcam_20200725.bb b/meta-multimedia/recipes-multimedia/fswebcam/fswebcam_20200725.bb index bdda35df40..bc4f324da5 100644 --- a/meta-multimedia/recipes-multimedia/fswebcam/fswebcam_20200725.bb +++ b/meta-multimedia/recipes-multimedia/fswebcam/fswebcam_20200725.bb @@ -18,4 +18,7 @@ DEPENDS = "gd" SRC_URI = "git://github.com/fsphil/fswebcam.git;protocol=https;branch=master;tag=${PV}" SRCREV = "db35d4bbd336885a44f017ff142bc9523dbdce3c" +# Compile gd with PACKAGECONFIG fontconfig for easier font selection +RRECOMMENDS:${PN} = "ttf-dejavu-sans" + inherit autotools-brokensep