Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
fontconfig
fontconfig
Commits
07bd14c5
Commit
07bd14c5
authored
Mar 09, 2018
by
Akira TAGOH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the build issue again on MinGW with enabling nls
parent
bb50f62b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/Makefile.am
src/Makefile.am
+2
-2
No files found.
src/Makefile.am
View file @
07bd14c5
...
...
@@ -82,7 +82,7 @@ AM_CPPFLAGS = \
-DFC_CACHEDIR
=
'"
$(FC_CACHEDIR)
"'
\
-DFONTCONFIG_PATH
=
'"
$(BASECONFIGDIR)
"'
\
-DFC_TEMPLATEDIR
=
'"
$(TEMPLATEDIR)
"'
LDADD
=
$(INTL
LIBS
)
LDADD
=
$(
LIB
INTL)
EXTRA_DIST
+=
makealias
...
...
@@ -168,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)
$(INTL
LIBS
)
libfontconfig_la_LIBADD
=
$(ICONV_LIBS)
$(FREETYPE_LIBS)
$(LIBXML2_LIBS)
$(EXPAT_LIBS)
$(UUID_LIBS)
$(
LTLIB
INTL)
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