mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-01 10:42:11 +00:00
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>
This commit is contained in:
parent
15cc25829a
commit
ef1ab1657f
@ -9,4 +9,4 @@ Description: thermal library
|
|||||||
Requires: libnl-3.0 libnl-genl-3.0
|
Requires: libnl-3.0 libnl-genl-3.0
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -lnl-genl-3 -lnl-3
|
Libs: -L${libdir} -lnl-genl-3 -lnl-3
|
||||||
Cflags: -I${includedir} -I{include}/libnl3
|
Cflags: -I${includedir} -I${include}/libnl3
|
||||||
|
Loading…
Reference in New Issue
Block a user