summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-03-29 12:05:41 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-04-01 10:11:35 +0200
commit19530496e2578c003dbe76a0a217621febe9cae4 (patch)
tree2ea5506f2abfadc25fc2cebb4eb41d11e10cd014 /recipes
parent1cc1be0988541e91882fa3ca371ef6ff25c562ac (diff)
angstrom-qt-x11-image: add gstreamer jpeg plugin
Diffstat (limited to 'recipes')
-rw-r--r--recipes/images/angstrom-qt-x11-image.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/images/angstrom-qt-x11-image.bb b/recipes/images/angstrom-qt-x11-image.bb
index 93acb54..af91b18 100644
--- a/recipes/images/angstrom-qt-x11-image.bb
+++ b/recipes/images/angstrom-qt-x11-image.bb
@@ -74,6 +74,9 @@ GSTREAMER = " \
gst-plugins-good-wavparse \
gst-plugins-ugly-asf \
"
+GSTREAMER_append_tegra3 = " \
+ gst-plugins-good-jpeg \
+"
IMAGE_INSTALL_QT4 = " \
qt4-x11-free \
@@ -120,6 +123,7 @@ IMAGE_INSTALL += " \
initscripts \
libgsf \
polkit-gnome \
+ pam-plugin-ck-connector \
libwnck \
libxres \
makedevs \