summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2021-06-28 17:36:11 +0900
committerAkira TAGOH <akira@tagoh.org>2021-06-28 17:37:23 +0900
commitd62d984e2bfe5b9c7767e8ad657ec93652d52bbd (patch)
tree4120adbfc1367a1f50d4651f229eda7eb58c599a /src/meson.build
parentfe2fa4d1f4a0aaf4092c8f5e3e5b40e567c8f2b7 (diff)
downloadfontconfig-d62d984e2bfe5b9c7767e8ad657ec93652d52bbd.tar.gz
Revert constructing fullname property from family and style properties
This seems making a regression in Java. we will revisit this issue later. Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/277
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 73cb2de..9a6ba20 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -19,7 +19,6 @@ fc_sources = [
'fcmatrix.c',
'fcname.c',
'fcobjs.c',
- 'fcopentype.c',
'fcpat.c',
'fcrange.c',
'fcserialize.c',