diff options
author | John Lee <john_lee@openmoko.org> | 2008-04-23 14:45:39 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-04-23 14:45:39 +0000 |
commit | ee1b484770aa2486fb9211801c30e938c980c31f (patch) | |
tree | adf21a90f4b0bb8462061abb120b34dbe2b6ca29 /packages/tasks | |
parent | 22c0d04ce6218456d754557fab60e7a15ee14758 (diff) |
task-openmoko-ui: changed the default theme to moko-gtk-engine
* made the necessary changes in openmoko-session2 as well
* get rid of the absent panel `keyboard'
applied changes from 3b6b1843395e3448c5ddd591cb8344e263767435
through 0a12911d208e234d792a9fb7bbe422af1645c2ba
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-openmoko-ui.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/tasks/task-openmoko-ui.bb b/packages/tasks/task-openmoko-ui.bb index 2ef2a07504..a8f05a29f8 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 = "r72" +PR = "r72.01" inherit task @@ -45,7 +45,7 @@ RDEPENDS_task-openmoko-ui = "\ # taking into account not only size but also PPI! Ultimately this might # need recomputing some theme files and images on-the-fly :/ SVG and logical # theme description anyone? Or simply Edje to the rescue! :D -THEMES = "openmoko-icon-theme-standard2 openmoko-theme-standard2" +THEMES = "openmoko-icon-theme-standard2 moko-gtk-engine" THEMES_a780 = "openmoko-icon-theme-standard2-qvga openmoko-theme-standard2-qvga" THEMES_e680 = "openmoko-icon-theme-standard2-qvga openmoko-theme-standard2-qvga" THEMES_a1200 = "openmoko-icon-theme-standard2-qvga openmoko-theme-standard2-qvga" |