739ce79e21
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
14 lines
388 B
PkgConfig
14 lines
388 B
PkgConfig
prefix=/gtk
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: cairo
|
|
Description: Multi-platform 2D graphics library
|
|
Version: 1.10.2
|
|
|
|
Requires.private: gobject-2.0 glib-2.0 pixman-1 >= 0.18.4 fontconfig >= 2.2.95 freetype2 >= 9.7.3 libpng xrender >= 0.6 x11
|
|
Libs: -L${libdir} -lcairo
|
|
Libs.private: -lz -lz
|
|
Cflags: -I${includedir}/cairo
|