source: other-projects/trunk/linux-binaries/imagemagick/lib/pkgconfig/MagickWand.pc@ 17613

Last change on this file since 17613 was 17613, checked in by max, 16 years ago

Adding ImageMagick 6.4.4 for Linux that can work with JPEG2000 files by default.

File size: 305 bytes
RevLine 
[17613]1prefix=/home/user/mycustombuild/im
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4includedir=${prefix}/include/ImageMagick
5
6Name: MagickWand
7Version: 6.4.4
8Description: MagickWand - C API for ImageMagick
9Requires: ImageMagick
10Libs: -L${libdir} -lMagickWand -lMagickCore
11Cflags: -I${includedir} -fopenmp
Note: See TracBrowser for help on using the repository browser.