All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/python-fonttools: enable host-package
@ 2024-02-28 14:50 Christian Hitz via buildroot
  2024-02-28 14:50 ` [Buildroot] [PATCH 2/3] package/googlefontdirectory: bump to 2125bc9b447971543caaa132530b828e5e682819 Christian Hitz via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Christian Hitz via buildroot @ 2024-02-28 14:50 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Christian Hitz, Asaf Kahlon, Thomas Petazzoni

From: Christian Hitz <christian.hitz@bbv.ch>

The fonttools are used to generate static fonts from variable fonts
at build time.

Signed-off-by: Christian Hitz <christian.hitz@bbv.ch>
---
 package/python-fonttools/Config.in.host      | 6 ++++++
 package/python-fonttools/python-fonttools.mk | 1 +
 2 files changed, 7 insertions(+)
 create mode 100644 package/python-fonttools/Config.in.host

diff --git a/package/python-fonttools/Config.in.host b/package/python-fonttools/Config.in.host
new file mode 100644
index 0000000000..641efb1cfb
--- /dev/null
+++ b/package/python-fonttools/Config.in.host
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_HOST_PYTHON_FONTTOOLS
+	bool "host-python-fonttools"
+	help
+	  Tools to manipulate font files.
+
+	  https://github.com/fonttools/fonttools
diff --git a/package/python-fonttools/python-fonttools.mk b/package/python-fonttools/python-fonttools.mk
index e2472aa184..682a453ab4 100644
--- a/package/python-fonttools/python-fonttools.mk
+++ b/package/python-fonttools/python-fonttools.mk
@@ -14,3 +14,4 @@ PYTHON_FONTTOOLS_DEPENDENCIES = host-python-cython
 PYTHON_FONTTOOLS_ENV = FONTTOOLS_WITH_CYTHON=1
 
 $(eval $(python-package))
+$(eval $(host-python-package))
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-03-26 14:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-28 14:50 [Buildroot] [PATCH 1/3] package/python-fonttools: enable host-package Christian Hitz via buildroot
2024-02-28 14:50 ` [Buildroot] [PATCH 2/3] package/googlefontdirectory: bump to 2125bc9b447971543caaa132530b828e5e682819 Christian Hitz via buildroot
2024-03-26 14:39   ` Thomas Petazzoni via buildroot
2024-02-28 14:50 ` [Buildroot] [PATCH 3/3] package/googlefontdirectory: allow generating static fonts Christian Hitz via buildroot
2024-03-26 14:41 ` [Buildroot] [PATCH 1/3] package/python-fonttools: enable host-package Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.