From bd7a0fa284e9d3746513b97f4e5672aa3f82a6b2 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 21 Jan 2011 10:06:49 -0700 Subject: gst-plugins-base: Add libxrandr to DEPENDS Fixes link errors with libgdk-x11. Signed-off-by: Tom Rini --- 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(-) (limited to 'recipes/gstreamer') 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" -- cgit 1.2.3-korg