[pango] Give up
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Give up
- Date: Fri, 2 Aug 2019 13:05:31 +0000 (UTC)
commit db47a5166acd16c87b1cb60711b42492093a06dd
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Aug 2 09:05:02 2019 -0400
Give up
Somebody on win32 will have to fix this to build
without warnings.
examples/meson.build | 11 ++++++-----
1 file 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),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]