Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cantarell-fonts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
cantarell-fonts
Commits
7eab0483
Commit
7eab0483
authored
Jan 04, 2020
by
Nikolaus Waxweiler
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix meson build
parent
5719b301
Pipeline
#140835
passed with stage
in 12 minutes and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
meson.build
meson.build
+2
-0
src/meson.build
src/meson.build
+2
-0
No files found.
meson.build
View file @
7eab0483
...
...
@@ -14,6 +14,8 @@ if useprebuilt == false
make_static_fonts = join_paths(meson.current_source_dir(), 'scripts', 'make-static-fonts.py')
make_variable_font = join_paths(meson.current_source_dir(), 'scripts', 'make-variable-font.py')
psautohint = find_program('psautohint')
tx = find_program('tx')
sfntedit = find_program('sfntedit')
subdir('src')
else
subdir('prebuilt')
...
...
src/meson.build
View file @
7eab0483
...
...
@@ -23,6 +23,8 @@ custom_target(
'@INPUT@',
join_paths(meson.current_source_dir(), 'Cantarell.stylespace'),
psautohint,
tx,
sfntedit,
'@OUTPUT@'
],
install: true,
...
...
Ting-Wei Lan
@lantw
mentioned in issue
#37 (closed)
·
Jan 05, 2020
mentioned in issue
#37 (closed)
mentioned in issue #37
Toggle commit list
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