File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,6 +67,13 @@ config BR2_PACKAGE_BRIDGE_OOM_ADJUST
6767 string "oom-adjust"
6868 default ""
6969
70+ config BR2_PACKAGE_BRIDGE_MESSAGING
71+ bool "Use messaging i.s.o. tracing"
72+ default n
73+ help
74+ Use messaging which replaces the tracing + logging into one
75+ frmaework to relay the information to the parent process.
76+
7077source "package/bridge/bridge-devtools/Config.in"
7178
7279endmenu
Original file line number Diff line number Diff line change 7070 BRIDGE_CONF_OPTS += -DCMAKE_BUILD_TYPE=Release
7171endif
7272
73+ ifeq ($(BR2_PACKAGE_BRIDGE_MESSAGING ) , y)
74+ WPEFRAMEWORK_CONF_OPTS += -DMESSAGING=ON
75+ WPEFRAMEWORK_CONF_OPTS += -DTRACING=OFF
76+ else
77+ WPEFRAMEWORK_CONF_OPTS += -DMESSAGING=OFF
78+ WPEFRAMEWORK_CONF_OPTS += -DTRACING=ON
79+ endif
80+
7381ifeq ($(BR2_PACKAGE_BRIDGE_VIRTUALINPUT ) ,y)
7482BRIDGE_CONF_OPTS += -DVIRTUALINPUT=ON
7583endif
You can’t perform that action at this time.
0 commit comments