mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
Revert change to use libpng16
Does not fix the OP's problem.
This commit is contained in:
parent
11b17c09ce
commit
e630abfe7f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -208,7 +208,7 @@ def kitty_env():
|
|||
cflags.append('-DPRIMARY_VERSION={}'.format(version[0] + 4000))
|
||||
cflags.append('-DSECONDARY_VERSION={}'.format(version[1]))
|
||||
at_least_version('harfbuzz', 1, 5)
|
||||
cflags.extend(pkg_config('libpng16', '--cflags-only-I'))
|
||||
cflags.extend(pkg_config('libpng', '--cflags-only-I'))
|
||||
if is_macos:
|
||||
font_libs = ['-framework', 'CoreText', '-framework', 'CoreGraphics']
|
||||
cflags.extend(pkg_config('freetype2', '--cflags-only-I'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue