Skip to content

Commit

Permalink
qthbbtv/qtstalker: use e2 fonts as basic fonts
Browse files Browse the repository at this point in the history
Signed-off-by: pieterg <pieterg@users.sourceforge.net>
  • Loading branch information
zgemma-star authored and pieterg committed Mar 22, 2018
1 parent 03f2ecc commit dd19de5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ QtHbbtv = "enigma2/python/Plugins/Extensions/QtHbbtv"
do_compile () {
}

FILES_${PN} = "/${bindir} \
FILES_${PN} = " \
/${bindir} \
/usr/lib/mozilla/plugins \
/usr/lib/${QtHbbtv}"
/usr/lib/${QtHbbtv} \
/usr/lib/fonts \
"

do_install() {
install -d ${D}/usr/lib/${QtHbbtv}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ QtStalker = "enigma2/python/Plugins/Extensions/QtStalker"
do_compile () {
}

FILES_${PN} = "/${bindir} \
/usr/lib/mozilla/plugins \
FILES_${PN} = " \
/${bindir} \
/usr/lib/${QtStalker} \
"
/usr/lib/fonts \
"

do_install() {
install -d ${D}/usr/lib/${QtStalker}
Expand Down

0 comments on commit dd19de5

Please sign in to comment.