diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-08-02 09:05:02 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-08-02 09:05:02 -0400 |
commit | db47a5166acd16c87b1cb60711b42492093a06dd (patch) | |
tree | 8ba7a77a002f2237f79c5c50e8c7cc21c05eca11 | |
parent | 6f4a159fb6edfc953d3f68baed5977bdc59afee5 (diff) | |
download | pango-db47a5166acd16c87b1cb60711b42492093a06dd.tar.gz |
Give up
Somebody on win32 will have to fix this to build
without warnings.
-rw-r--r-- | examples/meson.build | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/examples/meson.build b/examples/meson.build index 8c7275f2..0ec3860e 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -14,11 +14,12 @@ if pango_font_backends.contains('freetype') examples_deps += libpangoft2_dep endif -if host_system == 'windows' - # This hasn't been built in years, most likely, but try now - examples += [ 'pangowin32tobmp' ] - examples_deps += [ libpangowin32_dep ] -endif +# somebody will have to fix this +# if host_system == 'windows' +# # This hasn't been built in years, most likely, but try now +# examples += [ 'pangowin32tobmp' ] +# examples_deps += [ libpangowin32_dep ] +# endif foreach e: examples executable(e, '@0@.c'.format(e), |