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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Lezcano <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 15cc258 commit ef1ab16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)