Skip to content

Commit

Permalink
tools/lib/thermal: Fix include path for libnl3 in pkg-config file.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vibhav Pant authored and Rafael J. Wysocki committed Feb 15, 2023
1 parent 15cc258 commit ef1ab16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lib/thermal/libthermal.pc.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Description: thermal library
Requires: libnl-3.0 libnl-genl-3.0
Version: @VERSION@
Libs: -L${libdir} -lnl-genl-3 -lnl-3
Cflags: -I${includedir} -I{include}/libnl3
Cflags: -I${includedir} -I${include}/libnl3

0 comments on commit ef1ab16

Please sign in to comment.