gst-plugins-base: Add libxrandr to DEPENDS
authorTom Rini <tom_rini@mentor.com>
Fri, 21 Jan 2011 17:06:49 +0000 (10:06 -0700)
committerTom Rini <tom_rini@mentor.com>
Fri, 21 Jan 2011 17:07:43 +0000 (10:07 -0700)
Fixes link errors with libgdk-x11.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/gstreamer/gst-plugins-base_0.10.25.bb
recipes/gstreamer/gst-plugins-base_0.10.31.bb

index 05381e6..2031ef7 100644 (file)
@@ -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"
index d479e13..1f0ea41 100644 (file)
@@ -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"