source: other-projects/trunk/linux-binaries/imagemagick/lib/pkgconfig/Wand.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: 299 bytes
Line 
1prefix=/home/user/mycustombuild/im
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4includedir=${prefix}/include/ImageMagick
5
6Name: Wand
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.