diff options
Diffstat (limited to 'meta/gpe-image.oe')
-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 = "" |