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
xiota
fontconfig
Commits
b368a0e3
Commit
b368a0e3
authored
Oct 24, 2020
by
James Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 'meson install' when cross compiling
Prevent execution of target's fc-cache on host when installing
parent
abc72336
Pipeline
#223605
failed with stage
in 6 minutes and 16 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
fc-cache/meson.build
fc-cache/meson.build
+5
-1
No files found.
fc-cache/meson.build
View file @
b368a0e3
...
...
@@ -6,4 +6,8 @@ fccache = executable('fc-cache', ['fc-cache.c', fcstdint_h, alias_headers, ft_al
)
tools_man_pages += ['fc-cache']
meson.add_install_script('../install-cache.py', fccache.full_path())
# Do not try to execute target's fc-cache on host when cross compiling
if not meson.is_cross_build()
meson.add_install_script('../install-cache.py', fccache.full_path())
endif
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