[pango/gir-fixes] Leave pango-version-macros.h out of the gir



commit 846e7fb26040edc0ab55be002bd3694625e3eb50
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Feb 15 22:50:06 2021 -0500

    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()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]