aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-09-12 12:55:14 +0200
committerKhem Raj <raj.khem@gmail.com>2020-09-12 13:40:36 -0700
commit407776de955379e9789756ba254a3b5956b4ab9d (patch)
tree9adf312277b4bc138f2647182c4e9ad7e23c8c29
parentb362a0a2dad537dc25485df413f09e4495b395c0 (diff)
downloadmeta-openembedded-contrib-407776de955379e9789756ba254a3b5956b4ab9d.tar.gz
gedit: add source-code-pro-fonts to RRECOMMENDS
Would call gedit almost unusable without source-code-pro-fonts Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gedit/gedit_3.36.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gedit/gedit_3.36.2.bb b/meta-gnome/recipes-gnome/gedit/gedit_3.36.2.bb
index 75f1737c62..afd9146ac8 100644
--- a/meta-gnome/recipes-gnome/gedit/gedit_3.36.2.bb
+++ b/meta-gnome/recipes-gnome/gedit/gedit_3.36.2.bb
@@ -36,3 +36,4 @@ FILES_${PN}-python += " \
${PYTHON_SITEPACKAGES_DIR} \
"
+RRECOMMENDS_${PN} += "source-code-pro-fonts"