[pango/pango2-windows: 121/130] build: Drop pangowin32.rc.in from build
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/pango2-windows: 121/130] build: Drop pangowin32.rc.in from build
- Date: Tue, 14 Jun 2022 04:23:54 +0000 (UTC)
commit 710cbaaa96da70d080184034868c4d4653ed2984
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jun 7 20:51:15 2022 -0400
build: Drop pangowin32.rc.in from build
Pango is now a single library with all its available backends built in the main
DLL, so we don't need to (nor should) build resource files for PangoWin32, plus
that file has been dropped.
Likewise, also drop the pangocairo.rc.in file template, since that is also no
longer referenced
pango/meson.build | 10 ----------
pango/pangocairo.rc.in | 30 ------------------------------
pango/pangowin32.rc.in | 30 ------------------------------
3 files changed, 70 deletions(-)
---
diff --git a/pango/meson.build b/pango/meson.build
index 09512fe41..43ad792b6 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -179,16 +179,6 @@ pango_features_h = configure_file(
install_dir: join_paths(pango_includedir, pango_api_path),
)
-if host_system == 'windows'
- 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
-
# Enumerations for GType
pango_enums = gnome.mkenums(
'pango-enum-types',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]