source: other-projects/trunk/linux-binaries/imagemagick/lib/pkgconfig/ImageMagick.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: 283 bytes
Line 
1prefix=/home/user/mycustombuild/im
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4includedir=${prefix}/include/ImageMagick
5
6Name: ImageMagick
7Description: ImageMagick - Convert, Edit, and Compose Images
8Version: 6.4.4
9Libs: -L${libdir} -lMagickCore
10Cflags: -I${includedir} -fopenmp
Note: See TracBrowser for help on using the repository browser.