[pango/pango2-windows: 115/123] build: Fix up Windows sources list




commit f4bf302a7219541ddfdab938fae5b9890c627fc7
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 aedde0be9..43ad792b6 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -146,11 +146,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]