mirror of https://github.com/GNOME/gimp.git
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:
parent
c61b193310
commit
3051cca86f
|
@ -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
|
||||
|
|
|
@ -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@
|
||||
|
|
Loading…
Reference in New Issue