containers / libkrun

A dynamic library providing Virtualization-based process isolation capabilities
Apache License 2.0
809 stars 67 forks source link

Add a pkgconf file #117

Closed rwmjones closed 1 year ago

rwmjones commented 1 year ago

This allows easy detection of the package through many common build systems. For example from autotools you might use:

  PKG_CHECK_MODULES([LIBKRUN], [libkrun >= 1.5.0])

to define $(LIBKRUN_CFLAGS) and $(LIBKRUN_LIBS).

slp commented 1 year ago

Yeah, this is definitely a good idea, thanks!

slp commented 1 year ago

@rwmjones could you please rebase so we get the greenlight in the CI?