diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb index e0443406a0..88f90f3b85 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb | |||
@@ -7,7 +7,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | |||
7 | 7 | ||
8 | PR = "r8" | 8 | PR = "r8" |
9 | 9 | ||
10 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} jpeg" | 10 | PACKAGECONFIG ?= "jpeg \ |
11 | ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \ | ||
12 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ | ||
13 | " | ||
11 | PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio" | 14 | PACKAGECONFIG[pulseaudio] = "--enable-pulse,--disable-pulse,pulseaudio" |
12 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" | 15 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" |
13 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" | 16 | PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" |
@@ -16,6 +19,7 @@ PACKAGECONFIG[gdkpixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf" | |||
16 | PACKAGECONFIG[v4l] = "--with-libv4l2,--without-libv4l2,libv4l" | 19 | PACKAGECONFIG[v4l] = "--with-libv4l2,--without-libv4l2,libv4l" |
17 | PACKAGECONFIG[bzip2] = "--enable-bz2,--disable-bz2,bzip2" | 20 | PACKAGECONFIG[bzip2] = "--enable-bz2,--disable-bz2,bzip2" |
18 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" | 21 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" |
22 | PACKAGECONFIG[x11] = "--enable-x,--disable-x,virtual/libx11 libxfixes libxdamage" | ||
19 | 23 | ||
20 | DEPENDS += "gst-plugins-base gconf cairo libpng zlib libid3tag flac \ | 24 | DEPENDS += "gst-plugins-base gconf cairo libpng zlib libid3tag flac \ |
21 | speex libsoup-2.4" | 25 | speex libsoup-2.4" |