diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-02-06 22:51:44 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-02-06 22:51:44 +0000 |
commit | bb70249f36c1268fe9c1537322e66457f98dd7d5 (patch) | |
tree | 4262336ba384389dca94222f12b26389779e29cc | |
parent | 65f3fc9521119f91bf570481074e2cc4c296ece7 (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into allanon.vanille.de:/local/pkg/oe/packages
2005/02/06 23:51:26+01:00 vanille.de!mickeyl
ship opie-autorotateapplet in the default image for clamshell models
BKrev: 42069f80HdOSfclfGOQfWEmuLmYY9w
-rw-r--r-- | packages/meta/opie-collections.inc | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/packages/meta/opie-collections.inc b/packages/meta/opie-collections.inc index 8a15b4c80e..6645cd40c3 100644 --- a/packages/meta/opie-collections.inc +++ b/packages/meta/opie-collections.inc @@ -11,12 +11,13 @@ OPIE_LIBS_RDEPENDS = "qpf-bitstream-vera-small qte-font-fixed" OPIE_BASE = "opie-pics opie-sounds opie-qcop opie-quicklauncher opie-taskbar" # -# High res displays want more fonts +# High res displays need some additional larger fonts # -OPIE_LIBS_RDEPENDS_append_corgi = " qpf-bitstream-vera-large qpf-bitstream-vera-sans-mono-large" -OPIE_LIBS_RDEPENDS_append_shepherd = " qpf-bitstream-vera-large qpf-bitstream-vera-sans-mono-large" -OPIE_LIBS_RDEPENDS_append_husky = " qpf-bitstream-vera-large qpf-bitstream-vera-sans-mono-large" -OPIE_LIBS_RDEPENDS_append_tosa = " qpf-bitstream-vera-large qpf-bitstream-vera-sans-mono-large" +OPIE_LIBS_RDEPENDS_append_corgi = " qpf-bitstream-vera-large qpf-bitstream-vera-sans-mono-large" +OPIE_LIBS_RDEPENDS_append_shepherd = " qpf-bitstream-vera-large qpf-bitstream-vera-sans-mono-large" +OPIE_LIBS_RDEPENDS_append_husky = " qpf-bitstream-vera-large qpf-bitstream-vera-sans-mono-large" +OPIE_LIBS_RDEPENDS_append_tosa = " qpf-bitstream-vera-large qpf-bitstream-vera-sans-mono-large" +OPIE_LIBS_RDEPENDS_append_openzaurus-pxa-2.6 = " qpf-bitstream-vera-large qpf-bitstream-vera-sans-mono-large" # # Things for reasonable bootstrap image @@ -41,6 +42,14 @@ OPIE_BASE_DEPENDS = "ipkg ntp bluez-utils-nodbus irda-utils openobex-apps libopi OPIE_BASE_RDEPENDS = "ntpdate opie-handwriting-classicset bluez-utils-nodbus openobex-apps libopieobex0" # +# Clamshell models need the autorotate applet +# +OPIE_BASE_DEPENDS_append_corgi = " opie-autorotateapplet" +OPIE_BASE_DEPENDS_append_shepherd = " opie-autorotateapplet" +OPIE_BASE_DEPENDS_append_husky = " opie-autorotateapplet" +OPIE_BASE_DEPENDS_append_openzaurus-pxa-2.6 = " opie-autorotateapplet" + +# # Additional things for a standard 16MB distribution # |