[pango/pango2-windows: 18/25] build: Fix up Windows sources list




commit 7dbc2dcf2092fa53694a8c5a63edb88b76e0080c
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 5b4e74bb..c9fe99ab 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -148,11 +148,11 @@ endif
 if host_system == 'windows'
   pango_headers += [
     'pangowindows.h',
-    '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]