Skip to content

Commit ef1ab16

Browse files
vibhavprafaeljw
authored andcommitted
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>
1 parent 15cc258 commit ef1ab16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/lib/thermal/libthermal.pc.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Description: thermal library
99
Requires: libnl-3.0 libnl-genl-3.0
1010
Version: @VERSION@
1111
Libs: -L${libdir} -lnl-genl-3 -lnl-3
12-
Cflags: -I${includedir} -I{include}/libnl3
12+
Cflags: -I${includedir} -I${include}/libnl3

0 commit comments

Comments
 (0)