summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-14 14:38:53 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-16 22:33:08 +0000
commit3967b0a7e3d248ff3b3c6b512c6ae9eaf84b9b8a (patch)
tree87f96037fa073c3f928a5c33387d1065cca56ce7 /meta/recipes-multimedia
parent2da6418ca6c63b30d5d69c69e3022593c050b970 (diff)
downloadpoky-3967b0a7e3d248ff3b3c6b512c6ae9eaf84b9b8a.tar.gz
gstreamer1.0: Enable debug in builds
Packages like gst-shark needs this option to be on Fixes | checking whether the GStreamer debugging system is enabled... no | configure: error: Tracers require GStreamer debug support. Rebuild GStreamer core with --enable-gst-debu g. (From OE-Core rev: d826022100da5f84e668207b1631fd061accd50b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Carlos Rafael Giani <crg7475@mailbox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.1.bb
index c6fbd398d9..6b8a5a0eb0 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.1.bb
@@ -27,6 +27,7 @@ SRC_URI[sha256sum] = "02211c3447c4daa55919c5c0f43a82a6fbb51740d57fc3af0639d46f1c
27 27
28PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ 28PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
29 check \ 29 check \
30 debug \
30 tools" 31 tools"
31 32
32PACKAGECONFIG[debug] = "-Dgst_debug=true,-Dgst_debug=false" 33PACKAGECONFIG[debug] = "-Dgst_debug=true,-Dgst_debug=false"