lib: Fix the library name to link to in the pkg-config file
This lets other programs actually link with the shared library. Closes: #1221 Approved by: jlebon
This commit is contained in:
parent
48e0cac9fb
commit
79da2e2468
@ -7,5 +7,5 @@ Name: RpmOstree
|
||||
Description: Hybrid package/OSTree system
|
||||
Version: @VERSION@
|
||||
Requires: ostree-1
|
||||
Libs: -L${libdir} -lrpm-ostree-1
|
||||
Libs: -L${libdir} -lrpmostree-1
|
||||
Cflags: -I${includedir}/rpm-ostree-1
|
||||
|
Loading…
Reference in New Issue
Block a user