Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
fontconfig
fontconfig
Commits
e300d863
Commit
e300d863
authored
Mar 02, 2018
by
Akira TAGOH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a build issue on MinGW with enabling nls
parent
5d32ee91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/Makefile.am
src/Makefile.am
+2
-1
No files found.
src/Makefile.am
View file @
e300d863
...
...
@@ -82,6 +82,7 @@ AM_CPPFLAGS = \
-DFC_CACHEDIR
=
'"
$(FC_CACHEDIR)
"'
\
-DFONTCONFIG_PATH
=
'"
$(BASECONFIGDIR)
"'
\
-DFC_TEMPLATEDIR
=
'"
$(TEMPLATEDIR)
"'
LDADD
=
$(INTLLIBS)
EXTRA_DIST
+=
makealias
...
...
@@ -167,7 +168,7 @@ lib_LTLIBRARIES = libfontconfig.la
libfontconfig_la_LDFLAGS
=
\
-version-info
@LIBT_VERSION_INFO@
-no-undefined
$(export_symbols)
libfontconfig_la_LIBADD
=
$(ICONV_LIBS)
$(FREETYPE_LIBS)
$(LIBXML2_LIBS)
$(EXPAT_LIBS)
$(UUID_LIBS)
libfontconfig_la_LIBADD
=
$(ICONV_LIBS)
$(FREETYPE_LIBS)
$(LIBXML2_LIBS)
$(EXPAT_LIBS)
$(UUID_LIBS)
$(INTLLIBS)
libfontconfig_la_DEPENDENCIES
=
$(fontconfig_def_dependency)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment