mirror of
https://github.com/SwallowOS/image_pixman
synced 2025-12-26 23:31:06 +08:00
12 lines
207 B
PkgConfig
12 lines
207 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libcomp
|
|
Description: The libcomp Library
|
|
Version: 0.1.0
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -llibcomp
|
|
|