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-configure.in

11 lines
226 B
Plaintext
Raw Normal View History

2006-12-03 03:09:29 +00:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/libpng12
Name: libpng
Description: Loads and saves PNG files
2008-04-30 10:23:42 +00:00
Version: 1.2.27
2006-12-03 03:09:29 +00:00
Libs: -L${libdir} -lpng12
2006-12-07 04:06:25 +00:00
Cflags: -I${includedir} @LIBPNG_NO_MMX@