[oe-commits] org.oe.dev task-opie: Try to install backgrounds for device native resolution.

pfalcon commit openembedded-commits at lists.openembedded.org
Thu Jul 19 07:57:13 UTC 2007


task-opie: Try to install backgrounds for device native resolution.
* Also, for both landsacpe and portrait orientations.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: b75ab50083ab1bfb1a37257e545541b81d5a72d3
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b75ab50083ab1bfb1a37257e545541b81d5a72d3
Files:
1
packages/tasks/task-opie.bb
Diffs:

#
# mt diff -r14f874ae0b95326d50f278e8f1b43bd8b7c2c64b -rb75ab50083ab1bfb1a37257e545541b81d5a72d3
#
# 
# 
# patch "packages/tasks/task-opie.bb"
#  from [d9b3a961501d5c121f18763d6efbd94634b0ebb4]
#    to [3dd6719f9c7ba4832d9d3d9e23b649733e187673]
# 
============================================================
--- packages/tasks/task-opie.bb	d9b3a961501d5c121f18763d6efbd94634b0ebb4
+++ packages/tasks/task-opie.bb	3dd6719f9c7ba4832d9d3d9e23b649733e187673
@@ -5,7 +5,7 @@ PROVIDES = "task-opie-everything"
 LICENSE = "MIT"
 PROVIDES = "task-opie-everything"
 
-PR = "r10"
+PR = "r11"
 
 PACKAGES = "task-opie-base \
             task-opie-base-applets task-opie-base-apps \
@@ -26,10 +26,11 @@ RDEPENDS_task-opie-base = "opie-init opi
 # Dependencies to get the launcher up and running
 #
 RDEPENDS_task-opie-base = "opie-init opie-alarm opie-qcop opie-qss opie-quicklauncher \
-                           opie-taskbar opie-taskbar-images-240x320 opie-pics opie-sounds opie-freetype \
+                           opie-taskbar opie-pics opie-sounds opie-freetype \
                            ttf-dejavu-sans ttf-dejavu-sans-mono"
-# TODO: Instead of opie-taskbar-images-240x320 version for target machine should be used, pending
-# mechanism to specify screen size for all machines.
+# Recommend both landscape and portrait backgrounds
+RRECOMMENDS_task-opie-base = "opie-taskbar-images-${MACHINE_DISPLAY_WIDTH_PIXELS}x${MACHINE_DISPLAY_HEIGHT_PIXELS} \
+                              opie-taskbar-images-${MACHINE_DISPLAY_HEIGHT_PIXELS}x${MACHINE_DISPLAY_WIDTH_PIXELS}"
 
 #
 # things for reasonable bootstrap image






More information about the Openembedded-commits mailing list