Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Lu Xu
slapos
Commits
31c0651e
Commit
31c0651e
authored
1 year ago
by
Łukasz Nowak
Browse files
Options
Download
Email Patches
Plain Diff
component/freetype: Extend PATH to make xzcat available
This fixes
3c514224
parent
6df44ae8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
component/freetype/buildout.cfg
component/freetype/buildout.cfg
+2
-1
No files found.
component/freetype/buildout.cfg
View file @
31c0651e
...
...
@@ -7,6 +7,7 @@ extends =
../libpng/buildout.cfg
../pkgconfig/buildout.cfg
../zlib/buildout.cfg
../xz-utils/buildout.cfg
parts =
freetype
...
...
@@ -24,7 +25,7 @@ configure-options =
--without-brotli
--without-librsvg
environment =
PATH=${pkgconfig:location}/bin:%(PATH)s
PATH=${
xz-utils:location}/bin:${
pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${:pkg_config_depends}
CPPFLAGS=-I${bzip2:location}/include -I${zlib:location}/include
LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath=${bzip2:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
This diff is collapsed.
Click to expand it.
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