diff options
author | Koen Kooi <koen@openembedded.org> | 2010-02-05 13:39:35 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-02-07 10:10:37 +0100 |
commit | ce3e9da4ff367a0dffa8228242d1c81ed6ba384f (patch) | |
tree | b42ae2e56450abe1dea935ff17633f1fdb7945d5 /recipes/tasks | |
parent | 43ff57a6c123a260dc59749fa996712f8c1b458a (diff) |
angstrom-task-gnome: add gecko-media-player-firefox-hack to get youtube working without flash
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/angstrom-task-gnome.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/tasks/angstrom-task-gnome.bb b/recipes/tasks/angstrom-task-gnome.bb index 1c54f374d8..574579f1ff 100644 --- a/recipes/tasks/angstrom-task-gnome.bb +++ b/recipes/tasks/angstrom-task-gnome.bb @@ -12,7 +12,7 @@ XSERVER ?= "xserver-xorg \ xf86-input-keyboard \ " -PR = "r5" +PR = "r6" PACKAGES += "task-gnome-apps task-gnome-fonts task-gnome task-gnome-gstreamer task-gnome-perl task-gnome-pulseaudio task-gnome-themes task-gnome-totem task-gnome-xserver-base task-gnome-xserver" @@ -30,6 +30,7 @@ RDEPENDS_task-gnome-apps = " \ gimp \ gnome-games \ gnome-mplayer \ + gecko-mediaplayer-firefox-hack \ gnumeric \ gphoto2 \ gthumb \ |