All of lore.kernel.org
 help / color / mirror / Atom feed
* JSON compilation in examples/vm_power_manager
@ 2018-11-01 10:47 Thomas Monjalon
  2018-11-01 14:26 ` Hunt, David
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2018-11-01 10:47 UTC (permalink / raw)
  To: david.hunt; +Cc: dev

Hi Dave,

In examples/vm_power_manager/Makefile, jansson lib availability
is detected with pkg-config --exists.
As we have seen for telemetry lib, we can detect jansson
for the wrong arch and enable it no matter the arch being compiled.

The solution was to disable it in Makefile and use meson for
reliable dependency detection.

Would you like to do the same for this app?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-11-01 15:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-01 10:47 JSON compilation in examples/vm_power_manager Thomas Monjalon
2018-11-01 14:26 ` Hunt, David
2018-11-01 14:39   ` Thomas Monjalon
2018-11-01 14:59     ` Richardson, Bruce
2018-11-01 15:12       ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.