mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 01:13:24 +00:00

2008-03-28 Sven Neumann <sven@gimp.org> * libgimpthumb/gimpthumb-utils.c (gimp_thumb_png_name): use GCheckSum instead of the MD5 routine from libgimpmath. * gimpthumb.pc.in * libgimpthumb/Makefile.am: removed libgimpmath dependency from libgimpthumb. svn path=/trunk/; revision=25287
11 lines
287 B
PkgConfig
11 lines
287 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: GIMP Thumb
|
|
Description: GIMP Thumbnail Library
|
|
Version: @GIMP_REAL_VERSION@
|
|
Requires: gdk-pixbuf-2.0
|
|
Libs: -L${libdir} -lgimpthumb-@GIMP_API_VERSION@
|
|
Cflags: -I${includedir}/gimp-@GIMP_API_VERSION@
|