mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-12 10:48:39 +03:00
12 lines
230 B
PkgConfig
Vendored
12 lines
230 B
PkgConfig
Vendored
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Pixman
|
|
Description: The pixman library (version 1)
|
|
Version: @PACKAGE_VERSION@
|
|
Cflags: -I${includedir}/pixman-1
|
|
Libs: -L${libdir} -lpixman-1
|
|
|