[pango/pango2-windows: 119/126] build: Fix up Windows sources list




commit 1d1e31f590e2f94630071d43569f76cab4672dd5
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]