build: support for dynamic linking pixman
parent
5f77ac145c
commit
894d36f28a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue