diff options
Diffstat (limited to 'qte/qte_2.3.7.oe')
-rw-r--r-- | qte/qte_2.3.7.oe | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/qte/qte_2.3.7.oe b/qte/qte_2.3.7.oe index 2c85a946eb..447c261ad3 100644 --- a/qte/qte_2.3.7.oe +++ b/qte/qte_2.3.7.oe @@ -72,8 +72,12 @@ do_install() { cp -a lib/fonts/* ${D}${palmtopdir}/lib/fonts/ } -PACKAGES = "libqte2 qte-fonts" +PACKAGES = "libqte2 qte-font-fixed qte-font-helvetica qte-font-smoothtimes qte-font-smallsmooth" FILES_${PN} = "" FILES_libqte2 = "${palmtopdir}/lib/libqte.so*" -FILES_qte-fonts = "${palmtopdir}/lib/fonts" +FILES_qte-font-fixed = "${palmtopdir}/lib/fonts/fixed*" +FILES_qte-font-helvetica = "${palmtopdir}/lib/fonts/helvetica*" +FILES_qte-font-smoothtimes = "${palmtopdir}/lib/fonts/smoothtimes*" +FILES_qte-font-smallsmooth = "${palmtopdir}/lib/fonts/smallsmooth*" + |