From eeee5a0a1e509de5d2ea331cfd034e8a19e856c3 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 8 May 2017 16:14:50 +0100 Subject: [PATCH] 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 Closes: #832 Approved by: cgwalters --- src/libostree/ostree-1.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libostree/ostree-1.pc.in b/src/libostree/ostree-1.pc.in index d777c597..9a4debce 100644 --- a/src/libostree/ostree-1.pc.in +++ b/src/libostree/ostree-1.pc.in @@ -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