aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-12-03 20:11:57 +0000
committerPhil Blundell <philb@gnu.org>2004-12-03 20:11:57 +0000
commit693983b8e16cc110df8ec81e1817e05d54f0412f (patch)
tree224ccb59e4e380d81f628d53096395099dbce554
parent04b4785222bf8e37842ec831ce83ddcee14cd400 (diff)
downloadopenembedded-693983b8e16cc110df8ec81e1817e05d54f0412f.tar.gz
add some themes to gpe-image
BKrev: 41b0c88dUAh6vIw0zJxUEJs6w7Fapg
-rw-r--r--meta/gpe-image.oe6
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 = ""