Skip to content

Commit 8e62bf5

Browse files
slptylerfanelli
authored andcommitted
libkrun.pc.in: add libs and cflags directories
Add variables for the headers and libraries to Cflags and Libs. This fixes non-system-wide installations of libkrun referenced by using PKG_CONFIG_PATH. Signed-off-by: Sergio Lopez <[email protected]>
1 parent b8c9f01 commit 8e62bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libkrun.pc.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Name: @PACKAGE_NAME@
2020
Version: @PACKAGE_VERSION@
2121
Description: Library providing Virtualization-based process isolation
2222
Requires:
23-
Cflags:
24-
Libs: -lkrun
23+
Cflags: -I${includedir}
24+
Libs: -L${libdir} -lkrun

0 commit comments

Comments
 (0)