diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-21 14:53:23 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-21 14:53:23 +0000 |
commit | 823e30e3cd5af4b224b8b8785e99a2b836988b9c (patch) | |
tree | cf149290046339bf1e67b99a8b89f2648ab0ca1a /opie-console | |
parent | 8575a76effcecdf10e0b3655f054728c30bb0e9c (diff) |
opie terminals needs fixed width font
BKrev: 41504063W3V2_fGsTtW8CrID6LPQgw
Diffstat (limited to 'opie-console')
-rw-r--r-- | opie-console/opie-console_1.1.6.oe | 4 | ||||
-rw-r--r-- | opie-console/opie-console_cvs.oe | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/opie-console/opie-console_1.1.6.oe b/opie-console/opie-console_1.1.6.oe index cb93f8eb15..967a38fb2d 100644 --- a/opie-console/opie-console_1.1.6.oe +++ b/opie-console/opie-console_1.1.6.oe @@ -3,8 +3,8 @@ SECTION = "opie/applications" PRIORITY = "optional" MAINTAINER = "Team Opie <opie@handhelds.org>" LICENSE = "GPL" -RDEPENDS = "opie-keytabs" -PR = "r1" +RDEPENDS = "opie-keytabs qte-font-fixed" +PR = "r2" APPNAME = "opie-console" APPTYPE = binary diff --git a/opie-console/opie-console_cvs.oe b/opie-console/opie-console_cvs.oe index b087757970..4c83dcf034 100644 --- a/opie-console/opie-console_cvs.oe +++ b/opie-console/opie-console_cvs.oe @@ -4,9 +4,10 @@ PRIORITY = "optional" MAINTAINER = "Team Opie <opie@handhelds.org>" LICENSE = "GPL" PV = "1.1.6-cvs-${CVSDATE}" -RDEPENDS = "opie-keytabs" +RDEPENDS = "opie-keytabs qte-font-fixed" APPNAME = "opie-console" APPTYPE = binary +PR = "r1" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/apps/${APPNAME} \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \ |