X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-graphics%2Fttf-fonts%2Fttf-dejavu_%25.bbappend;h=86a5d90ca5e1360875f7c481c24a383f43045d56;hb=6e5c561e962d0b900b8f6225f27467a193c43dee;hp=bf79e949e1529c104c6af8a4f981499fce645a17;hpb=3757aec8c8d76a19f8083cb4542a6553adf01f00;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-graphics/ttf-fonts/ttf-dejavu_%.bbappend b/recipes-graphics/ttf-fonts/ttf-dejavu_%.bbappend index bf79e949e..86a5d90ca 100644 --- a/recipes-graphics/ttf-fonts/ttf-dejavu_%.bbappend +++ b/recipes-graphics/ttf-fonts/ttf-dejavu_%.bbappend @@ -1,15 +1 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -DEPENDS += "fontforge-native" - -# From the orginal work located at https://aur.archlinux.org/packages/ttf-dejavu-emojiless/ - -SRC_URI_append = "\ - file://cleaner.py \ - file://emoji.json \ - " - -do_install_prepend() { - for TTF in ${S}/*.ttf; do - fontforge -script ${WORKDIR}/cleaner.py ${TTF} - done -} +require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'ttf-dejavu_agldemo.inc', '', d)}