mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-04 21:17:50 +08:00
11 lines
273 B
PkgConfig
11 lines
273 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/agg2
|
|
|
|
Name: libagg
|
|
Description: Anti Grain Geometry - A High Quality Rendering Engine for C++
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -Wl,-rpath,${exec_prefix}/lib -lagg
|
|
Cflags: -I${includedir}
|