[pango/minor-cleanups: 3/4] utils: Use common cflags




commit 6445603d5257e48466f622453b0949cf7c54d367
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Feb 12 08:05:04 2022 -0500

    utils: Use common cflags

 utils/meson.build | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/utils/meson.build b/utils/meson.build
index 6d06dbec..5072c1cc 100644
--- a/utils/meson.build
+++ b/utils/meson.build
@@ -34,7 +34,7 @@ pango_view = executable('pango-view', pango_view_sources,
                         dependencies: pango_view_deps,
                         include_directories: [ root_inc ],
                         install: true,
-                        c_args: [
+                        c_args: common_cflags + pango_debug_cflags + [
                           '-DPACKAGE_NAME="@0@"'.format(meson.project_name()),
                           '-DPACKAGE_VERSION="@0@"'.format(meson.project_version()),
                         ])
@@ -74,7 +74,7 @@ if cairo_dep.found()
                           dependencies: pango_list_deps,
                           include_directories: [ root_inc ],
                           install: true,
-                          c_args: [
+                          c_args: common_cflags + pango_debug_cflags + [
                            '-DPACKAGE_NAME="@0@"'.format(meson.project_name()),
                            '-DPACKAGE_VERSION="@0@"'.format(meson.project_version()),
                           ])
@@ -94,7 +94,7 @@ if cairo_dep.found()
                                   dependencies: pango_segmentation_deps,
                                   include_directories: [ root_inc ],
                                   install: true,
-                                  c_args: [
+                                  c_args: common_cflags + pango_debug_cflags + [
                                    '-DPACKAGE_NAME="@0@"'.format(meson.project_name()),
                                    '-DPACKAGE_VERSION="@0@"'.format(meson.project_version()),
                                   ])


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