]> code.ossystems Code Review - openembedded-core.git/commitdiff
gst-plugins-base: depend on libx11 and libxv conditionally
authorAndreas Oberritter <obi@opendreambox.org>
Fri, 17 Feb 2012 22:56:10 +0000 (23:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Feb 2012 23:59:16 +0000 (23:59 +0000)
* gst-plugins-base currently doesn't build if x11 is
  unavailable, due to unconditional dependencies on libx11
  and libxv. However, they are not required to build
  gst-plugins-base.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.35.bb

index 6dfc26e7170c1c165e81d82989c95d78873b022d..93f8eb3c73f33c9af2366d9885af1603a1d304c6 100644 (file)
@@ -6,7 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
                     file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \
                     file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0"
 
-DEPENDS += "virtual/libx11 alsa-lib freetype liboil libogg libvorbis libxv libtheora avahi util-linux tremor"
+DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxv', '', d)}"
+DEPENDS += "alsa-lib freetype liboil libogg libvorbis libtheora avahi util-linux tremor"
 
 SRC_URI += " file://gst-plugins-base-tremor.patch"