diff options
author | Daniel Willmann <daniel@totalueberwachung.de> | 2008-01-20 10:46:45 +0000 |
---|---|---|
committer | Daniel Willmann <daniel@totalueberwachung.de> | 2008-01-20 10:46:45 +0000 |
commit | 0e13705ef8de52c8de69c26025faecb9c03dd0da (patch) | |
tree | e33187ea5205b9b643b586720b3955c34b2fa659 /packages/tasks | |
parent | be7eef776ade59974fc7c815a783f310c3d893f8 (diff) |
task-openmoko-ui: Use qvga theme for the Chumby
xserver-kdrive-common: Call the xserver with the right arguments for the Chumby
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-openmoko-ui.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/tasks/task-openmoko-ui.bb b/packages/tasks/task-openmoko-ui.bb index e34bb42b2f..4f3399ac8f 100644 --- a/packages/tasks/task-openmoko-ui.bb +++ b/packages/tasks/task-openmoko-ui.bb @@ -1,7 +1,7 @@ DESCRIPTION = "OpenMoko: GUI for the OpenMoko Linux Distribution" SECTION = "openmoko/base" LICENSE = "MIT" -PR = "r71" +PR = "r72" inherit task @@ -52,5 +52,6 @@ THEMES_a1200 = "openmoko-icon-theme-standard2-qvga openmoko-theme-standard2-q THEMES_rokre2 = "openmoko-icon-theme-standard2-qvga openmoko-theme-standard2-qvga" THEMES_rokre6 = "openmoko-icon-theme-standard2-qvga openmoko-theme-standard2-qvga" THEMES_magician = "openmoko-icon-theme-standard2-qvga openmoko-theme-standard2-qvga" +THEMES_chumby = "openmoko-icon-theme-standard2-qvga openmoko-theme-standard2-qvga" RDEPENDS_task-openmoko-ui += "${THEMES}" |