2004-05-13 Todd Berman <tberman@sevenl.net>
* *.pc.in: add .dll to the end of the Libs: references, and convert them to be absolute paths. svn path=/trunk/gtk-sharp/; revision=27306
This commit is contained in:
parent
60d2fab857
commit
8f53f68348
11 changed files with 15 additions and 10 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-05-13 Todd Berman <tberman@sevenl.net>
|
||||
|
||||
* *.pc.in: add .dll to the end of the Libs: references, and convert
|
||||
them to be absolute paths.
|
||||
|
||||
2004-05-11 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* *.pc.in : add Requires so that dependent libs are pulled in too.
|
||||
|
|
|
@ -6,4 +6,4 @@ libdir=${exec_prefix}/lib
|
|||
Name: Art#
|
||||
Description: Art# - libart .NET Binding
|
||||
Version: @VERSION@
|
||||
Libs: -lib:${libdir}/mono/@PACKAGE@ -r:art-sharp
|
||||
Libs: -r:${libdir}/mono/@PACKAGE@/art-sharp.dll
|
||||
|
|
|
@ -7,4 +7,4 @@ Name: GConf#
|
|||
Description: GConf# - GConf .NET Binding
|
||||
Version: @VERSION@
|
||||
Requires: gnome-sharp
|
||||
Libs: -lib:${libdir}/mono/@PACKAGE@ -r:gconf-sharp -r:gconf-sharp-peditors
|
||||
Libs: -r:${libdir}/mono/@PACKAGE@/gconf-sharp.dll -r:${libdir}/mono/@PACKAGE@/gconf-sharp-peditors.dll
|
||||
|
|
|
@ -6,4 +6,4 @@ libdir=${exec_prefix}/lib
|
|||
Name: Gda#
|
||||
Description: Gda# - Gda .NET Binding
|
||||
Version: @VERSION@
|
||||
Libs: -lib:${libdir}/mono/@PACKAGE@ -r:gda-sharp
|
||||
Libs: -r:${libdir}/mono/@PACKAGE@/gda-sharp.dll
|
||||
|
|
|
@ -7,4 +7,4 @@ Name: Glade#
|
|||
Description: Glade# - Glade .NET Binding
|
||||
Version: @VERSION@
|
||||
Requires: gtk-sharp
|
||||
Libs: -lib:${libdir}/mono/@PACKAGE@ -r:glade-sharp
|
||||
Libs: -r:${libdir}/mono/@PACKAGE@/glade-sharp.dll
|
||||
|
|
|
@ -7,4 +7,4 @@ Name: Gnome#
|
|||
Description: Gnome# - GNOME .NET Binding
|
||||
Version: @VERSION@
|
||||
Requires: gtk-sharp art-sharp
|
||||
Libs: -lib:${libdir}/mono/@PACKAGE@ -r:gnome-sharp
|
||||
Libs: -r:${libdir}/mono/@PACKAGE@/gnome-sharp.dll
|
||||
|
|
|
@ -6,4 +6,4 @@ libdir=${exec_prefix}/lib
|
|||
Name: GnomeDB#
|
||||
Description: GnomeDB# - GNOMEDB .NET Binding
|
||||
Version: @VERSION@
|
||||
Libs: -lib:${libdir}/mono/@PACKAGE@ -r:gnomedb-sharp
|
||||
Libs: -r:${libdir}/mono/@PACKAGE@/gnomedb-sharp.dll
|
||||
|
|
|
@ -6,4 +6,4 @@ libdir=${exec_prefix}/lib
|
|||
Name: Gtk#
|
||||
Description: Gtk# - GNOME .NET Binding
|
||||
Version: @VERSION@
|
||||
Libs: -lib:${libdir}/mono/@PACKAGE@ -r:glib-sharp -r:pango-sharp -r:atk-sharp -r:gdk-sharp -r:gtk-sharp
|
||||
Libs: -r:${libdir}/mono/@PACKAGE@/glib-sharp.dll -r:${libdir}/mono/@PACKAGE@/pango-sharp.dll -r:${libdir}/mono/@PACKAGE@/atk-sharp.dll -r:${libdir}/mono/@PACKAGE@/gdk-sharp.dll -r:${libdir}/mono/@PACKAGE@/gtk-sharp.dll
|
||||
|
|
|
@ -7,4 +7,4 @@ Name: Gtkhtml#
|
|||
Description: Gtkhtml# - Gtkhtml .NET Binding
|
||||
Version: @VERSION@
|
||||
Requires: gnome-sharp
|
||||
Libs: -lib:${libdir}/mono/@PACKAGE@ -r:gtkhtml-sharp
|
||||
Libs: -r:${libdir}/mono/@PACKAGE@/gtkhtml-sharp.dll
|
||||
|
|
|
@ -6,4 +6,4 @@ libdir=${exec_prefix}/lib
|
|||
Name: Rsvg#
|
||||
Description: Rsvg# - librsvg .NET Binding
|
||||
Version: @VERSION@
|
||||
Libs: -lib:${libdir}/mono/@PACKAGE@ -r:rsvg-sharp
|
||||
Libs: -r:${libdir}/mono/@PACKAGE@/rsvg-sharp.dll
|
||||
|
|
|
@ -7,4 +7,4 @@ Name: Vte#
|
|||
Description: Vte# - libvte .NET Binding
|
||||
Version: @VERSION@
|
||||
Requires: gnome-sharp
|
||||
Libs: -lib:${libdir}/mono/@PACKAGE@ -r:vte-sharp
|
||||
Libs: -r:${libdir}/mono/@PACKAGE@/vte-sharp.dll
|
||||
|
|
Loading…
Reference in a new issue