diff options
| author | Jörg Sommer <joerg.sommer@navimatix.de> | 2026-04-16 21:39:40 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-16 13:08:19 -0700 |
| commit | 750982ed27ca6c96db59f7182bd5036d4bf5fc57 (patch) | |
| tree | f6e86c3c6173d94b46bf1449dbbf599e0437638a | |
| parent | ee20c1a57343705a94c1a266d8d1caa0ca16c9fd (diff) | |
| download | meta-openembedded-750982ed27ca6c96db59f7182bd5036d4bf5fc57.tar.gz | |
fswebcam: Add RRECOMMENDS ttf-dejavu-sans
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 <joerg.sommer@navimatix.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
| -rw-r--r-- | meta-multimedia/recipes-multimedia/fswebcam/fswebcam_20200725.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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" | |||
| 18 | SRC_URI = "git://github.com/fsphil/fswebcam.git;protocol=https;branch=master;tag=${PV}" | 18 | SRC_URI = "git://github.com/fsphil/fswebcam.git;protocol=https;branch=master;tag=${PV}" |
| 19 | SRCREV = "db35d4bbd336885a44f017ff142bc9523dbdce3c" | 19 | SRCREV = "db35d4bbd336885a44f017ff142bc9523dbdce3c" |
| 20 | 20 | ||
| 21 | # Compile gd with PACKAGECONFIG fontconfig for easier font selection | ||
| 22 | RRECOMMENDS:${PN} = "ttf-dejavu-sans" | ||
| 23 | |||
| 21 | inherit autotools-brokensep | 24 | inherit autotools-brokensep |
