Re: [PATCH] configure.ac: Make the unifont FONT_SOURCE configurable as --with-unifont=FILE

2023-10-19 Thread sorki
On 10/18/23 18:37, Daniel Kiper wrote: On Tue, Oct 17, 2023 at 05:55:58PM +0200, Richard Marko wrote: Revival of https://www.mail-archive.com/grub-devel@gnu.org/msg18492.html by Mads Kiilerich stripped of setting DJVU_FONT_SOURCE. Please add more info about the patch to the commit message. I

[PATCH v2 2/2] configure.ac: Make the DJVU_FONT_SOURCE configurable as --with-dejavufont=FILE

2023-10-19 Thread Richard Marko
Fonts might be located in different locations, the default fonts (Unifont and DejaVu Sans) are not available on all systems or other fonts might be preferred Signed-off-by: Richard Marko --- configure.ac | 33 - 1 file changed, 20 insertions(+), 13 deletions(-)

[PATCH v2 1/2] configure.ac: Make the unifont FONT_SOURCE configurable as --with-unifont=FILE

2023-10-19 Thread Richard Marko
From: Mads Kiilerich Fonts might be located in different locations, the default fonts (Unifont and DejaVu Sans) are not available on all systems or other fonts might be preferred. Signed-off-by: Richard Marko Signed-off-by: Mads Kiilerich --- configure.ac | 33

Re: Module dependencies

2023-10-19 Thread Daniel Axtens
> There is the problem with the new bli module, that it requires the > part_gpt module to be loaded beforehand, but the module dependency list > for bli is emplty (see moddep.lst). > > The part_gpt module only exports one function, > grub_gpt_partition_map_iterate(). This is not used in the bli

Re: Module dependencies

2023-10-19 Thread Oliver Steffen
Quoting Daniel Axtens (2023-10-05 08:07:47) > (Unless anything has changed dramatically in the last year:) Dependencies are > calculated automatically on the basis of symbols that you use in your module. > If you look at genmoddep.awk and work out from there you can get a handle on > the