diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2014-07-19 14:39:59 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2014-08-04 11:12:27 +0200 |
commit | e332dad39f853aa1483e55c05926eea251785e5b (patch) | |
tree | 5baa8d655aac073f070a234442395af437952fd7 /recipes/images | |
parent | 13f753c7eb522e05ca41711882427730fd78c723 (diff) |
images: add gstreamer-rtp-manager and unclutter
Diffstat (limited to 'recipes/images')
-rw-r--r-- | recipes/images/angstrom-lxde-image.bb | 2 | ||||
-rw-r--r-- | recipes/images/angstrom-qt-x11-image.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb index 484703d..8912608 100644 --- a/recipes/images/angstrom-lxde-image.bb +++ b/recipes/images/angstrom-lxde-image.bb @@ -84,6 +84,7 @@ GSTREAMER = " \ gst-plugins-good-isomp4 \ gst-plugins-good-matroska \ gst-plugins-good-rtp \ + gst-plugins-good-rtpmanager \ gst-plugins-good-udp \ gst-plugins-good-video4linux2 \ gst-plugins-good-wavenc \ @@ -141,6 +142,7 @@ IMAGE_INSTALL += " \ xrdb \ xorg-minimal-fonts xserver-xorg-multimedia-modules xserver-xorg-utils \ scrot \ + unclutter \ \ libxdamage libxvmc libxinerama \ libxcursor \ diff --git a/recipes/images/angstrom-qt-x11-image.bb b/recipes/images/angstrom-qt-x11-image.bb index e5cd32f..de6b4b1 100644 --- a/recipes/images/angstrom-qt-x11-image.bb +++ b/recipes/images/angstrom-qt-x11-image.bb @@ -77,6 +77,7 @@ GSTREAMER = " \ gst-plugins-good-isomp4 \ gst-plugins-good-matroska \ gst-plugins-good-rtp \ + gst-plugins-good-rtpmanager \ gst-plugins-good-udp \ gst-plugins-good-video4linux2 \ gst-plugins-good-wavenc \ @@ -167,6 +168,7 @@ IMAGE_INSTALL += " \ xrdb \ xorg-minimal-fonts xserver-xorg-multimedia-modules xserver-xorg-utils \ scrot \ + unclutter \ \ libxdamage libxvmc libxinerama \ libxcursor \ |