Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools/lib/thermal: Fix include path for libnl3 in pkg-config file.

Fixes pkg-config returning malformed CFLAGS for libthermal.

Signed-off-by: Vibhav Pant <vibhavp@gmail.com>
Link: https://lore.kernel.org/r/20230211081935.62690-1-vibhavp@gmail.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Vibhav Pant and committed by
Rafael J. Wysocki
ef1ab165 15cc2582

+1 -1
+1 -1
tools/lib/thermal/libthermal.pc.template
··· 9 9 Requires: libnl-3.0 libnl-genl-3.0 10 10 Version: @VERSION@ 11 11 Libs: -L${libdir} -lnl-genl-3 -lnl-3 12 - Cflags: -I${includedir} -I{include}/libnl3 12 + Cflags: -I${includedir} -I${include}/libnl3