libostree: Expose $OSTREE_FEATURES in the pkg-config file

This allows consumers of libostree to check at configure time whether it
supports the feature they want.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Closes: #832
Approved by: cgwalters
This commit is contained in:
Philip Withnall 2017-05-08 16:14:50 +01:00 committed by Atomic Bot
parent c9244b1bb2
commit eeee5a0a1e

View File

@ -2,6 +2,7 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
features=@OSTREE_FEATURES@
Name: OSTree
Description: Git for operating system binaries