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("harfbuzz");
|
||||||
step.linkSystemLibrary("libpng");
|
step.linkSystemLibrary("libpng");
|
||||||
step.linkSystemLibrary("libuv");
|
step.linkSystemLibrary("libuv");
|
||||||
|
step.linkSystemLibrary("pixman-1");
|
||||||
step.linkSystemLibrary("zlib");
|
step.linkSystemLibrary("zlib");
|
||||||
|
|
||||||
if (enable_fontconfig) step.linkSystemLibrary("fontconfig");
|
if (enable_fontconfig) step.linkSystemLibrary("fontconfig");
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
, libXi
|
, libXi
|
||||||
, libXinerama
|
, libXinerama
|
||||||
, libXrandr
|
, libXrandr
|
||||||
|
, pixman
|
||||||
, zlib
|
, zlib
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
@ -87,6 +88,7 @@ in mkShell rec {
|
|||||||
harfbuzz
|
harfbuzz
|
||||||
libpng
|
libpng
|
||||||
libuv
|
libuv
|
||||||
|
pixman
|
||||||
zlib
|
zlib
|
||||||
|
|
||||||
libX11
|
libX11
|
||||||
|
Reference in New Issue
Block a user