From: Colin Walters Date: Thu, 2 Jun 2022 23:42:52 +0000 (-0400) Subject: Drop `OSTREE_BUILT_FEATURES` from introspection X-Git-Tag: archive/raspbian/2022.4-1+rpi1^2~9^2^2~2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3e645ad950c3193d50ac9924ec7eba43c5df4cb5;p=ostree.git Drop `OSTREE_BUILT_FEATURES` from introspection It inherently depends on the individual build, and can't really be an official stable API for introspection users. I've noticed the value of this flip flop when doing local builds. I'm fairly certain no one is trying to use it from a higher level language. It'd probably make sense to even drop from the official C API, but I'm trying to be conservative with that. --- diff --git a/src/libostree/ostree-version.h.in b/src/libostree/ostree-version.h.in index c259b251..7ad07be7 100644 --- a/src/libostree/ostree-version.h.in +++ b/src/libostree/ostree-version.h.in @@ -98,4 +98,6 @@ * * Since: 2019.3 */ +#ifndef __GI_SCANNER__ #define OSTREE_BUILT_FEATURES "@OSTREE_FEATURES@" +#endif