[pango/pango2-windows: 204/211] build: Fix up Windows sources list
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/pango2-windows: 204/211] build: Fix up Windows sources list
- Date: Sat, 11 Jun 2022 04:21:38 +0000 (UTC)
commit 2c259b5ff8ce9496426110b78f366b35d5806c03
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Thu Jun 9 15:45:40 2022 +0800
build: Fix up Windows sources list
We need to update the sources list so that we have the right file names for
pangodwrite-fontmap.[cpp|h].
pango/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pango/meson.build b/pango/meson.build
index ea456418..ec324f01 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -145,11 +145,11 @@ endif
if host_system == 'windows'
pango_headers += [
- 'pangodwrite-hbfontmap.h',
+ 'pangodwrite-fontmap.h',
]
pango_sources += [
- 'pangodwrite-hbfontmap.cpp',
+ 'pangodwrite-fontmap.cpp',
]
pango_deps += [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]