diff options
author | Phil Blundell <philb@gnu.org> | 2004-12-03 20:11:57 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-12-03 20:11:57 +0000 |
commit | 693983b8e16cc110df8ec81e1817e05d54f0412f (patch) | |
tree | 224ccb59e4e380d81f628d53096395099dbce554 /meta | |
parent | 04b4785222bf8e37842ec831ce83ddcee14cd400 (diff) |
add some themes to gpe-image
BKrev: 41b0c88dUAh6vIw0zJxUEJs6w7Fapg
Diffstat (limited to 'meta')
-rw-r--r-- | meta/gpe-image.oe | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/gpe-image.oe b/meta/gpe-image.oe index eec57b72c9..67c01d4bf6 100644 --- a/meta/gpe-image.oe +++ b/meta/gpe-image.oe @@ -15,13 +15,15 @@ GUI_MACHINE_CLASS ?= "none" GPE_EXTRA_DEPENDS += "${GPE_EXTRA_DEPENDS_${GUI_MACHINE_CLASS}}" GPE_EXTRA_INSTALL += "${GPE_EXTRA_INSTALL_${GUI_MACHINE_CLASS}}" +GPE_EXTRA_THEMES = "gtk-theme-industrial gtk-industrial-engine matchbox-themes-extra-industrial" + #GPE_EXTRA_DEPENDS_bigscreen = "firefox linphone" #GPE_EXTRA_INSTALL_bigscreen = "firefox linphone" GPE_EXTRA_DEPENDS_bigscreen = "minimo" -GPE_EXTRA_INSTALL_bigscreen = "minimo gpe-task-games" +GPE_EXTRA_INSTALL_bigscreen = "minimo gpe-task-games ${GPE_EXTRA_THEMES}" GPE_EXTRA_DEPENDS_smallscreen = "minimo linphone-hh" -GPE_EXTRA_INSTALL_smallscreen = "minimo linphone-hh gpe-task-games" +GPE_EXTRA_INSTALL_smallscreen = "minimo linphone-hh gpe-task-games ${GPE_EXTRA_THEMES}" GPE_EXTRA_DEPENDS_none = "" GPE_EXTRA_INSTALL_none = "" |