gimp.pc.in (Requires) substitute minimum required versions of glib and

2007-02-05  Sven Neumann  <sven@gimp.org>

	* gimp.pc.in (Requires)
	* gimpui.pc.in (Requires): substitute minimum required versions of
	glib and gtk+ instead of hardcoding them.


svn path=/trunk/; revision=21849
This commit is contained in:
Sven Neumann 2007-02-05 17:58:14 +00:00 committed by Sven Neumann
parent 24675953c2
commit 143ab1cb98
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2007-02-05 Sven Neumann <sven@gimp.org>
* gimp.pc.in (Requires)
* gimpui.pc.in (Requires): substitute minimum required versions of
glib and gtk+ instead of hardcoding them.
2007-02-03 Michael Natterer <mitch@gimp.org>
Remove support for the old undo pop and free cruft:

View File

@ -12,6 +12,6 @@ gimplocaledir=@gimplocaledir@
Name: GIMP
Description: GIMP Library
Version: @GIMP_REAL_VERSION@
Requires: glib-2.0
Requires: glib-2.0 >= @GLIB_REQUIRED_VERSION@
Libs: -L${libdir} -lgimp-@GIMP_API_VERSION@ -lgimpmath-@GIMP_API_VERSION@ -lgimpconfig-@GIMP_API_VERSION@ -lgimpcolor-@GIMP_API_VERSION@ -lgimpbase-@GIMP_API_VERSION@ @RT_LIBS@
Cflags: -I${includedir}/gimp-@GIMP_API_VERSION@

View File

@ -6,6 +6,6 @@ includedir=@includedir@
Name: GIMP UI
Description: GIMP User Interface Library
Version: @GIMP_REAL_VERSION@
Requires: gimp-@GIMP_PKGCONFIG_VERSION@ gtk+-2.0 >= 2.2.0
Requires: gimp-@GIMP_PKGCONFIG_VERSION@ gtk+-2.0 >= @GTK_REQUIRED_VERSION@
Libs: -L${libdir} -lgimpui-@GIMP_API_VERSION@ -lgimpwidgets-@GIMP_API_VERSION@ -lgimpmodule-@GIMP_API_VERSION@
Cflags: -I${includedir}/gimp-@GIMP_API_VERSION@