From: Phil Blundell Date: Fri, 3 Dec 2004 20:11:57 +0000 (+0000) Subject: add some themes to gpe-image X-Git-Tag: Release-2010-05/1~15799 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=693983b8e16cc110df8ec81e1817e05d54f0412f;p=openembedded.git add some themes to gpe-image BKrev: 41b0c88dUAh6vIw0zJxUEJs6w7Fapg --- 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 = ""