From 846e7fb26040edc0ab55be002bd3694625e3eb50 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 15 Feb 2021 22:50:06 -0500 Subject: Leave pango-version-macros.h out of the gir PANGO_VERSION_MIN_REQUIRED is a build utility, and is not useful as a constant in the gir. Leave it out. --- pango/meson.build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pango/meson.build b/pango/meson.build index 388d4588..777f5374 100644 --- a/pango/meson.build +++ b/pango/meson.build @@ -54,10 +54,11 @@ pango_headers = [ 'pango-tabs.h', 'pango-types.h', 'pango-utils.h', - 'pango-version-macros.h', ] -install_headers(pango_headers, subdir: pango_api_path) +pango_installed_headers = pango_headers + [ 'pango-version-macros.h' ] + +install_headers(pango_installed_headers, subdir: pango_api_path) # Features header pango_features_conf = configuration_data() -- cgit v1.2.1