aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-01-04 21:57:51 -0500
committerScott Murray <scott.murray@konsulko.com>2019-01-04 21:57:51 -0500
commit7745e5f40682847aad5d313af65c0f7e70ce3648 (patch)
treea8c6ca6dc24671d1e8488e25814f7b0582266275
parent71f6dfb58843ae61ad215142e3bd944a066ca575 (diff)
4a-mixer: quiet debug messages in non-devel
Define QT_NO_DEBUG_OUTPUT when not building with agl-devel enabled to quiet the debug logging on volume changes. Change-Id: I4c4422ee0232530bba1e655887829a8ccc661a23 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r--meta-audio-4a-framework/meta-agl-demo/recipes-multimedia/4a-mixer/4a-mixer_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-audio-4a-framework/meta-agl-demo/recipes-multimedia/4a-mixer/4a-mixer_git.bb b/meta-audio-4a-framework/meta-agl-demo/recipes-multimedia/4a-mixer/4a-mixer_git.bb
index 64618b1f..403dd5cb 100644
--- a/meta-audio-4a-framework/meta-agl-demo/recipes-multimedia/4a-mixer/4a-mixer_git.bb
+++ b/meta-audio-4a-framework/meta-agl-demo/recipes-multimedia/4a-mixer/4a-mixer_git.bb
@@ -23,3 +23,5 @@ PROVIDES += "virtual/mixer"
RPROVIDES_${PN} += "virtual/mixer"
inherit cmake_qt5 aglwgt
+
+OECMAKE_CXX_FLAGS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', '' , '-DQT_NO_DEBUG_OUTPUT', d)}"