mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-30 21:03:30 +00:00
Merge branch 'fontconfig-special-sources' of https://github.com/leungbk/kitty
This commit is contained in:
commit
5c4abe749b
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -510,6 +510,7 @@ def get_library_defines(env: Env, src: str) -> Optional[List[str]]:
|
|||
SPECIAL_SOURCES: Dict[str, Tuple[str, Union[List[str], Callable[[Env, str], Union[Optional[List[str]], Iterator[str]]]]]] = {
|
||||
'glfw/egl_context.c': ('glfw/egl_context.c', get_library_defines),
|
||||
'kitty/desktop.c': ('kitty/desktop.c', get_library_defines),
|
||||
'kitty/fontconfig.c': ('kitty/fontconfig.c', get_library_defines),
|
||||
'kitty/parser_dump.c': ('kitty/parser.c', ['DUMP_COMMANDS']),
|
||||
'kitty/data-types.c': ('kitty/data-types.c', get_vcs_rev_defines),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue