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:
Vibhav Pant 2023-02-11 13:49:35 +05:30 committed by Rafael J. Wysocki
parent 15cc25829a
commit ef1ab1657f
1 changed files with 1 additions and 1 deletions

View File

@ -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