diff mbox series

tools/lib/thermal: Fix include path for libnl3 in pkg-config file.

Message ID 20230211081935.62690-1-vibhavp@gmail.com (mailing list archive)
State New, archived
Delegated to: Daniel Lezcano
Headers show
Series tools/lib/thermal: Fix include path for libnl3 in pkg-config file. | expand

Commit Message

Vibhav Pant Feb. 11, 2023, 8:19 a.m. UTC
Fixes pkg-config returning malformed CFLAGS for libthermal.

Signed-off-by: Vibhav Pant <vibhavp@gmail.com>
---
 tools/lib/thermal/libthermal.pc.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Daniel Lezcano Feb. 11, 2023, 8:42 a.m. UTC | #1
On 11/02/2023 09:19, Vibhav Pant wrote:
> Fixes pkg-config returning malformed CFLAGS for libthermal.
> 
> Signed-off-by: Vibhav Pant <vibhavp@gmail.com>
> ---

Applied

Thanks for the fix
diff mbox series

Patch

diff --git a/tools/lib/thermal/libthermal.pc.template b/tools/lib/thermal/libthermal.pc.template
index 6f3769731b59..ac24d0ab17f5 100644
--- a/tools/lib/thermal/libthermal.pc.template
+++ b/tools/lib/thermal/libthermal.pc.template
@@ -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