[pango/pango2-windows: 1/12] build: Drop references to pangowin32.rc[.in]




commit 436440ec88656faa4baa48f3a5addf5e528f2629
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Mar 14 11:38:53 2022 +0800

    build: Drop references to pangowin32.rc[.in]
    
    We are building Pango as a single library instead of 3-4 libraries, so we don't
    need to build pangowin32.rc (and pangocairo.rc, which will be dropped in a
    following commit).
    
    This will also fix Meson's code configuration, as we were actually trying to
    configure pangowin32.rc before the required data is configured.

 pango/meson.build      |  8 --------
 pango/pangowin32.rc.in | 30 ------------------------------
 2 files changed, 38 deletions(-)
---
diff --git a/pango/meson.build b/pango/meson.build
index 21d40b19..30be7272 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -180,14 +180,6 @@ if host_system == 'windows'
   pango_deps += [
     cc.find_library('gdi32'),
   ]
-
-  pangowin32_rc = configure_file(
-    input: 'pangowin32.rc.in',
-    output: 'pangowin32.rc',
-    configuration: pango_features_conf,
-  )
-  pangowin32_res = import('windows').compile_resources(pangowin32_rc)
-  pango_sources += pangowin32_res
 endif
 
 pango_installed_headers = pango_headers + [ 'pango-version-macros.h' ]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]