diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-20 17:10:11 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-20 17:10:32 +0000 |
commit | 8c8c4ede3ff5ac8ca739020d9efed91159acccc1 (patch) | |
tree | 3bf4e03f403199cd56e079a3a331da387323aa9a /meta/recipes-multimedia | |
parent | b83220257a38c9d70ad4818e4102041b2885e332 (diff) | |
download | poky-8c8c4ede3ff5ac8ca739020d9efed91159acccc1.tar.gz |
Revert "gstreamer1.0-plugins-good.inc: add gudev back to PACKAGECONFIG"
This reverts commit 5c90b561930aac1783485d91579d313932273e92.
The original change was intentional so back out 'fixes'.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc index 2f987b49c6..edaafe842f 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | |||
@@ -11,7 +11,7 @@ inherit gettext | |||
11 | PACKAGECONFIG ??= " \ | 11 | PACKAGECONFIG ??= " \ |
12 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ | 12 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ |
13 | ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \ | 13 | ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \ |
14 | orc cairo flac gdk-pixbuf gudev jpeg libpng soup speex taglib v4l2 \ | 14 | orc cairo flac gdk-pixbuf jpeg libpng soup speex taglib v4l2\ |
15 | " | 15 | " |
16 | 16 | ||
17 | X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage" | 17 | X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage" |