This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2024-12-20 14:13:09 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
abc9a2f232
genode
/
repos
/
gems
/
recipes
/
pkg
/
fonts_fs
/
archives
6 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
terminal: use VFS-based font handling This patch replaces the terminal's formerly built-in fonts with the new VFS-based font handling. To avoid the copying of the terminal's font configuration across run scripts, this patch adds the new terminal/pkg runtime package, which includes everything needed for instantiating a terminal: the actual terminal component, the library dependencies (vfs_ttf, which in turn depends on the libc), a font (bitstream-vera), and a reasonable default configuration. Fixes #2758
2018-04-11 12:14:20 +00:00
_/raw/ttf-bitstream-vera-minimal
depot: raw/fonts_fs recipe Configuration for using the VFS as font server.
2018-04-17 12:02:13 +00:00
_/raw/fonts_fs
terminal: use VFS-based font handling This patch replaces the terminal's formerly built-in fonts with the new VFS-based font handling. To avoid the copying of the terminal's font configuration across run scripts, this patch adds the new terminal/pkg runtime package, which includes everything needed for instantiating a terminal: the actual terminal component, the library dependencies (vfs_ttf, which in turn depends on the libc), a font (bitstream-vera), and a reasonable default configuration. Fixes #2758
2018-04-11 12:14:20 +00:00
_/src/vfs
_/src/vfs_ttf
_/src/libc
Reference in New Issue
Copy Permalink