This repository has been archived on 2023-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
libpng/scripts/libpng.pc.in

11 lines
210 B
PkgConfig
Raw Normal View History

2006-03-02 13:23:18 +00:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
2006-05-31 18:06:54 +00:00
includedir=@includedir@/libpng12
2002-03-07 04:08:00 +00:00
2006-03-02 13:23:18 +00:00
Name: libpng
2002-03-07 04:08:00 +00:00
Description: Loads and saves PNG files
Version: 1.2.59
2006-05-31 18:06:54 +00:00
Libs: -L${libdir} -lpng12
2006-03-02 13:23:18 +00:00
Cflags: -I${includedir}