added gimpmodule-2.0, removed gimpconfig-2.0 which is already refered to

2006-09-17  Sven Neumann  <sven@gimp.org>

	* gimpui.pc.in (Libs): added gimpmodule-2.0, removed
	gimpconfig-2.0 which is already refered to from gimp-2.0.pc.
This commit is contained in:
Sven Neumann 2006-09-17 12:54:01 +00:00 committed by Sven Neumann
parent c61b193310
commit 3051cca86f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-09-17 Sven Neumann <sven@gimp.org>
* gimpui.pc.in (Libs): added gimpmodule-2.0, removed
gimpconfig-2.0 which is already refered to from gimp-2.0.pc.
2006-09-17 Sven Neumann <sven@gimp.org>
* plug-ins/common/screenshot.c: reverted Bill's change. Applying

View File

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