aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Settgast <christoph.settgast@methodpark.de>2016-06-09 13:43:22 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-07-27 17:11:49 +0200
commit43cbe31c5b8249466e1757952a813f9750829db7 (patch)
tree7c6854952fcc5bc7fdb23c36318735943d6aba03
parentb15d248064c8de974aa855f77335bca5f1702361 (diff)
qtbase: add PACKAGECONFIG for journald logging
Note from qtbase configure script: If your users intend on developing applications if logging to journal is enabled, ensure that the IDEs they use either set QT_LOGGING_TO_CONSOLE to 1 or the IDE is able to read the logged output from journald. Signed-off-by: Christoph Settgast <christoph.settgast@methodpark.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qtbase_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb
index 72ef3ae7..a2a865db 100644
--- a/recipes-qt/qt5/qtbase_git.bb
+++ b/recipes-qt/qt5/qtbase_git.bb
@@ -127,6 +127,7 @@ PACKAGECONFIG[nis] = "-nis,-no-nis"
PACKAGECONFIG[widgets] = "-widgets,-no-widgets"
PACKAGECONFIG[libproxy] = "-libproxy,-no-libproxy,libproxy"
PACKAGECONFIG[libinput] = "-libinput,-no-libinput,libinput"
+PACKAGECONFIG[journald] = "-journald,-no-journald,systemd"
QT_CONFIG_FLAGS += " \
-shared \