[cantarell-fonts/housekeeping] Fix build scripts
- From: Nikolaus Waxweiler <nwaxweiler src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cantarell-fonts/housekeeping] Fix build scripts
- Date: Sat, 13 Jun 2020 21:10:04 +0000 (UTC)
commit ba7769c14510f741cc7070cc4035240a062e89b3
Author: Nikolaus Waxweiler <madigens gmail com>
Date: Sat Jun 13 22:09:39 2020 +0100
Fix build scripts
meson.build | 2 --
src/meson.build | 2 --
2 files changed, 4 deletions(-)
---
diff --git a/meson.build b/meson.build
index d2564ca0..fabb7043 100644
--- a/meson.build
+++ b/meson.build
@@ -14,8 +14,6 @@ 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')
diff --git a/src/meson.build b/src/meson.build
index 128edaac..236aff85 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -23,8 +23,6 @@ custom_target(
'@INPUT@',
join_paths(meson.current_source_dir(), 'Cantarell.stylespace'),
psautohint,
- tx,
- sfntedit,
'@OUTPUT@'
],
install: true,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]