diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-01-04 21:57:51 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-01-06 08:14:04 +0000 |
commit | 9431585b5e02eec40e6644b58909fc6c7095cbe3 (patch) | |
tree | 75d03495626e0966e66f70be5f90b5f51cc369eb /meta-audio-4a-framework/meta-agl-demo | |
parent | 65f6fb3b5460f6b48f74c06addfc90c9118e8e78 (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>
Diffstat (limited to 'meta-audio-4a-framework/meta-agl-demo')
-rw-r--r-- | meta-audio-4a-framework/meta-agl-demo/recipes-multimedia/4a-mixer/4a-mixer_git.bb | 2 |
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)}" |