task-moblin-x11-netbook: Allow browser choice to be overridden

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-02-05 15:55:16 +00:00
parent bb1427f0b9
commit f19bbd5c8b
1 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# #
DESCRIPTION = "Netbook GUI Tasks for Moblin" DESCRIPTION = "Netbook GUI Tasks for Moblin"
PR = "r20" PR = "r21"
PACKAGES = "\ PACKAGES = "\
task-moblin-x11-netbook \ task-moblin-x11-netbook \
@ -18,6 +18,8 @@ ALLOW_EMPTY = "1"
# matchbox-config-gtk \ # matchbox-config-gtk \
# xcursor-transparent-theme \ # xcursor-transparent-theme \
MOBLINBROWSER ?= "moblin-web-browser"
EXTRA_MOBLIN_PACKAGES ?= "" EXTRA_MOBLIN_PACKAGES ?= ""
RDEPENDS_task-moblin-x11-netbook = "\ RDEPENDS_task-moblin-x11-netbook = "\
bickley \ bickley \
@ -39,7 +41,7 @@ RDEPENDS_task-moblin-x11-netbook = "\
moblin-menus \ moblin-menus \
moblin-user-skel \ moblin-user-skel \
bisho \ bisho \
moblin-web-browser \ ${MOBLINBROWSER} \
dalston \ dalston \
hornsey \ hornsey \
anerley \ anerley \