mirror of https://github.com/GNOME/gimp.git
12 lines
269 B
PkgConfig
12 lines
269 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: GIMP
|
||
|
Description: GIMP Library
|
||
|
Version: @VERSION@
|
||
|
Requires: glib-2.0
|
||
|
Libs: -L${libdir} -lgimpbase-1.3 -lgimpcolor-1.3 -lgimpmath-1.3 -lgimp-1.3
|
||
|
Cflags: -I${includedir}/gimp-1.3
|