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:
parent
c9244b1bb2
commit
eeee5a0a1e
|
|
@ -2,6 +2,7 @@ prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
includedir=@includedir@
|
includedir=@includedir@
|
||||||
|
features=@OSTREE_FEATURES@
|
||||||
|
|
||||||
Name: OSTree
|
Name: OSTree
|
||||||
Description: Git for operating system binaries
|
Description: Git for operating system binaries
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue