aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-21 10:06:49 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-21 10:07:43 -0700
commitbd7a0fa284e9d3746513b97f4e5672aa3f82a6b2 (patch)
treeae214da62114828c57ae542e594c9239e5f9fe8b
parent52efb729823a40cee8706abf9786af537f529bd5 (diff)
downloadopenembedded-bd7a0fa284e9d3746513b97f4e5672aa3f82a6b2.tar.gz
gst-plugins-base: Add libxrandr to DEPENDS
Fixes link errors with libgdk-x11. Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/gstreamer/gst-plugins-base_0.10.25.bb4
-rw-r--r--recipes/gstreamer/gst-plugins-base_0.10.31.bb4
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 05381e6627..2031ef7d1d 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 d479e13a40..1f0ea419f4 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"