From 3e645ad950c3193d50ac9924ec7eba43c5df4cb5 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 2 Jun 2022 19:42:52 -0400 Subject: [PATCH] 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. --- src/libostree/ostree-version.h.in | 2 ++ 1 file changed, 2 insertions(+) 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