add libgimpconfig to Libs.

2005-02-04  Manish Singh  <yosh@gimp.org>

        * gimpui.pc.in: add libgimpconfig to Libs.
This commit is contained in:
Manish Singh 2005-02-04 23:17:54 +00:00 committed by Manish Singh
parent 51fdb93bf5
commit 4dd885bbb1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-02-04 Manish Singh <yosh@gimp.org>
* gimpui.pc.in: add libgimpconfig to Libs.
2005-02-04 Bill Skaggs <weskaggs@primate.ucdavis.edu>
added dependencies in wrong spot, fixed. Same list of

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@
Libs: -L${libdir} -lgimpui-@GIMP_API_VERSION@ -lgimpwidgets-@GIMP_API_VERSION@ -lgimpconfig-@GIMP_API_VERSION@
Cflags: -I${includedir}/gimp-@GIMP_API_VERSION@