mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
build: support for dynamic linking pixman
This commit is contained in:
@ -264,6 +264,7 @@ fn addDeps(
|
||||
step.linkSystemLibrary("harfbuzz");
|
||||
step.linkSystemLibrary("libpng");
|
||||
step.linkSystemLibrary("libuv");
|
||||
step.linkSystemLibrary("pixman-1");
|
||||
step.linkSystemLibrary("zlib");
|
||||
|
||||
if (enable_fontconfig) step.linkSystemLibrary("fontconfig");
|
||||
|
@ -31,6 +31,7 @@
|
||||
, libXi
|
||||
, libXinerama
|
||||
, libXrandr
|
||||
, pixman
|
||||
, zlib
|
||||
}:
|
||||
let
|
||||
@ -87,6 +88,7 @@ in mkShell rec {
|
||||
harfbuzz
|
||||
libpng
|
||||
libuv
|
||||
pixman
|
||||
zlib
|
||||
|
||||
libX11
|
||||
|
Reference in New Issue
Block a user