mbox series

[ndctl,0/2] fix a couple of meson issues with v76

Message ID 20230223-meson-build-fixes-v1-0-5fae3b606395@intel.com (mailing list archive)
Headers show
Series fix a couple of meson issues with v76 | expand

Message

Verma, Vishal L Feb. 24, 2023, 5:45 a.m. UTC
Fix the include paths for libtraceevent and libtracefs headers to not
explicitly state the {lib}trace{fs,event}/ prefix since that is
determined via pkg-config.

Require a minimum version of json-c for new APIs used by cxl-monitor.

Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
---
Vishal Verma (2):
      cxl/monitor: fix include paths for tracefs and traceevent
      cxl/event-trace: use the wrapped util_json_new_u64()

 cxl/event_trace.c | 8 ++++----
 cxl/monitor.c     | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
---
base-commit: 4e1d3fd6343abf60a1d51eec6657be8fe1156789
change-id: 20230223-meson-build-fixes-362586a0afae

Best regards,

Comments

Michal Suchanek Feb. 24, 2023, 9:06 a.m. UTC | #1
On Thu, Feb 23, 2023 at 10:45:37PM -0700, Vishal Verma wrote:
> Fix the include paths for libtraceevent and libtracefs headers to not
> explicitly state the {lib}trace{fs,event}/ prefix since that is
> determined via pkg-config.
> 
> Require a minimum version of json-c for new APIs used by cxl-monitor.
> 
> Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
> ---
> Vishal Verma (2):
>       cxl/monitor: fix include paths for tracefs and traceevent
>       cxl/event-trace: use the wrapped util_json_new_u64()

Tested-by:  Michal Suchánek <msuchanek@suse.de>

Thanks

Michal