[pango/pango2-windows: 66/73] build: Fix up Windows sources list




commit acce7f45c9b101f2a6eb3c73ad833f6183c15b46
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]