diff options
-rw-r--r-- | recipes/tasks/task-demo-x11.bb | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/recipes/tasks/task-demo-x11.bb b/recipes/tasks/task-demo-x11.bb index 39b68e7b43..e3426582b1 100644 --- a/recipes/tasks/task-demo-x11.bb +++ b/recipes/tasks/task-demo-x11.bb @@ -8,7 +8,7 @@ ECONFIG ?= "places e-wm-config-angstrom e-wm-config-angstrom-touchscreen e-wm-co RDEPENDS_${PN} = "\ task-base-extended \ - task-gstreamer-ti \ + task-gstreamer-ti \ angstrom-x11-base-depends \ angstrom-gpe-task-base \ angstrom-gpe-task-settings \ @@ -20,16 +20,15 @@ RDEPENDS_${PN} = "\ firefox midori \ hicolor-icon-theme gnome-icon-theme \ mplayer \ - angstrom-gnome-icon-theme-enable \ - picodlp-control \ - connman-gnome \ - gnome-bluetooth \ - alsa-utils-aplay \ - alsa-utils-alsamixer \ + angstrom-gnome-icon-theme-enable \ + picodlp-control \ + connman-gnome \ + gnome-bluetooth \ + alsa-utils-aplay \ + alsa-utils-alsamixer \ libgles-omap3 \ - libgles-omap3-demos \ + libgles-omap3-x11demos \ libgles-omap3-tests \ - bc-cat-omap3-module-tests \ " # Install all kernel modules |