mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-01 23:48:35 +00:00
build: use Zig system packaging options
This allows dynamically linking against system libraries, which is particularly useful for packaging.
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
fontconfig,
|
||||
freetype,
|
||||
glib,
|
||||
glslang,
|
||||
gtk4,
|
||||
libadwaita,
|
||||
gnome,
|
||||
@@ -41,6 +42,9 @@
|
||||
libXi,
|
||||
libXinerama,
|
||||
libXrandr,
|
||||
libxml2,
|
||||
spirv-cross,
|
||||
simdutf,
|
||||
zlib,
|
||||
alejandra,
|
||||
pandoc,
|
||||
@@ -59,9 +63,14 @@
|
||||
freetype
|
||||
harfbuzz
|
||||
libpng
|
||||
libxml2
|
||||
oniguruma
|
||||
simdutf
|
||||
zlib
|
||||
|
||||
glslang
|
||||
spirv-cross
|
||||
|
||||
libX11
|
||||
libXcursor
|
||||
libXi
|
||||
@@ -123,9 +132,14 @@ in
|
||||
freetype
|
||||
harfbuzz
|
||||
libpng
|
||||
libxml2
|
||||
oniguruma
|
||||
simdutf
|
||||
zlib
|
||||
|
||||
glslang
|
||||
spirv-cross
|
||||
|
||||
libX11
|
||||
libXcursor
|
||||
libXext
|
||||
|
Reference in New Issue
Block a user