require gimp-2.0 >= $GIMP_APP_VERSION.

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

	* gimpui.pc.in (Requires): require gimp-2.0 >= 
$GIMP_APP_VERSION.


svn path=/trunk/; revision=21850
This commit is contained in:
Sven Neumann 2007-02-05 18:56:41 +00:00 committed by Sven Neumann
parent 143ab1cb98
commit ad2ec0b52d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-02-05 Sven Neumann <sven@gimp.org>
* gimpui.pc.in (Requires): require gimp-2.0 >= $GIMP_APP_VERSION.
2007-02-05 Sven Neumann <sven@gimp.org>
* gimp.pc.in (Requires)

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 >= @GTK_REQUIRED_VERSION@
Requires: gimp-@GIMP_PKGCONFIG_VERSION@ >= @GIMP_APP_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@