summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb6
1 files changed, 4 insertions, 2 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 85f2196fd4..af18281715 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,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
7 7
8PR = "r8" 8PR = "r8"
9 9
10PACKAGECONFIG ?= "jpeg \ 10PACKAGECONFIG ?= "jpeg v4l \
11 ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \ 11 ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \
12 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ 12 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
13" 13"
@@ -16,7 +16,9 @@ PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
16PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg" 16PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg"
17PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack" 17PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack"
18PACKAGECONFIG[gdkpixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf" 18PACKAGECONFIG[gdkpixbuf] = "--enable-gdk_pixbuf,--disable-gdk_pixbuf,gdk-pixbuf"
19PACKAGECONFIG[v4l] = "--with-libv4l2,--without-libv4l2,libv4l" 19PACKAGECONFIG[v4l] = "--enable-gst_v4l2 --with-gudev,--disable-gst_v4l2 --without-gudev,udev"
20# sub-feature of v4l, but control separately since libv4l is not part of oe-core
21PACKAGECONFIG[libv4l] = "--with-libv4l2,--without-libv4l2,libv4l"
20PACKAGECONFIG[bzip2] = "--enable-bz2,--disable-bz2,bzip2" 22PACKAGECONFIG[bzip2] = "--enable-bz2,--disable-bz2,bzip2"
21PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" 23PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc"
22PACKAGECONFIG[x11] = "--enable-x,--disable-x,virtual/libx11 libxfixes libxdamage" 24PACKAGECONFIG[x11] = "--enable-x,--disable-x,virtual/libx11 libxfixes libxdamage"