summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-02-12 14:42:21 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-02-17 14:01:45 -0600
commitdf922d85eb17b42349734a51d943dcf79aece67b (patch)
tree6deccba212637498fedf0d062565032df93fd0dc
parent47133fbb6e2a4136b5cd4e09b755cddbd6d83c14 (diff)
downloadpango-df922d85eb17b42349734a51d943dcf79aece67b.tar.gz
Rename fonts.c
-rw-r--r--pango/meson.build2
-rw-r--r--pango/pango-font.c (renamed from pango/fonts.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/pango/meson.build b/pango/meson.build
index eb9ea62e..bfa25aa6 100644
--- a/pango/meson.build
+++ b/pango/meson.build
@@ -1,7 +1,6 @@
pango_sources = [
'break.c',
'ellipsize.c',
- 'fonts.c',
'glyphstring.c',
'itemize.c',
'pango-attributes.c',
@@ -10,6 +9,7 @@ pango_sources = [
'pango-context.c',
'pango-coverage.c',
'pango-emoji.c',
+ 'pango-font.c',
'pango-font-description.c',
'pango-font-face.c',
'pango-font-family.c',
diff --git a/pango/fonts.c b/pango/pango-font.c
index 9154355e..9154355e 100644
--- a/pango/fonts.c
+++ b/pango/pango-font.c