mirror of https://github.com/GNOME/gimp.git
12 lines
356 B
PkgConfig
12 lines
356 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: GIMP UI
|
|
Description: GIMP User Interface Library
|
|
Version: @GIMP_MAJOR_VERSION@.@GIMP_MINOR_VERSION@.@GIMP_MICRO_VERSION@
|
|
Requires: gimp-2.0 gtk+-2.0 >= 2.2.0
|
|
Libs: -L${libdir} -lgimpui-@LT_RELEASE@ -lgimpwidgets-@LT_RELEASE@
|
|
Cflags: -I${includedir}/gimp-@LT_RELEASE@
|