[oe-commits] Tom Rini : gst-plugins-base: Add libxrandr to DEPENDS

git version control git at git.openembedded.org
Fri Jan 21 17:07:49 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: bd7a0fa284e9d3746513b97f4e5672aa3f82a6b2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bd7a0fa284e9d3746513b97f4e5672aa3f82a6b2

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Jan 21 10:06:49 2011 -0700

gst-plugins-base: Add libxrandr to DEPENDS

Fixes link errors with libgdk-x11.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/gstreamer/gst-plugins-base_0.10.25.bb |    4 ++--
 recipes/gstreamer/gst-plugins-base_0.10.31.bb |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/gstreamer/gst-plugins-base_0.10.25.bb b/recipes/gstreamer/gst-plugins-base_0.10.25.bb
index 05381e6..2031ef7 100644
--- a/recipes/gstreamer/gst-plugins-base_0.10.25.bb
+++ b/recipes/gstreamer/gst-plugins-base_0.10.25.bb
@@ -4,7 +4,7 @@ SRC_URI += "file://fix-playbin2.patch \
             file://gst-plugins-base_rowstride.patch \
 "
 
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
 
 PROVIDES += "gst-plugins"
 
@@ -12,7 +12,7 @@ PROVIDES += "gst-plugins"
 # if alsa has been built and is present.  You will
 # not get an error if this is not present, just 
 # a missing alsa plugin
-DEPENDS += "cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv"
+DEPENDS += "cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv libxrandr"
 
 
 SRC_URI[archive.md5sum] = "d29669dd79276c5cd94e1613c03cd9ab"
diff --git a/recipes/gstreamer/gst-plugins-base_0.10.31.bb b/recipes/gstreamer/gst-plugins-base_0.10.31.bb
index d479e13..1f0ea41 100644
--- a/recipes/gstreamer/gst-plugins-base_0.10.31.bb
+++ b/recipes/gstreamer/gst-plugins-base_0.10.31.bb
@@ -7,7 +7,7 @@ SRC_URI += " \
 SRC_URI[archive.md5sum] = "9baa0d87e81c88b2477a3554ab629c46"
 SRC_URI[archive.sha256sum] = "abb006c78222cfb69d31e983268d1d5219e9d4e0da24c6c4cd687968af7a33bd"
 
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 PROVIDES += "gst-plugins"
 
@@ -15,7 +15,7 @@ PROVIDES += "gst-plugins"
 # if alsa has been built and is present.  You will
 # not get an error if this is not present, just
 # a missing alsa plugin
-DEPENDS += "udev cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv gtk+"
+DEPENDS += "udev cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv libxrandr gtk+"
 
 # Needs a udev that enabled gudev, which isn't the default
 EXTRA_OECONF_append = " --with-gudev"





More information about the Openembedded-commits mailing list