mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 18:15:30 +00:00
2005-09-23 Mike Kestner <mkestner@novell.com>
* configure.in.in : expand glib-sharp-2.0.pc. * glib/glib-sharp-2.0.pc.in : new pc file template. * glib/Makefile.am : dist and install pc file. * gtk/gtk-sharp-2.0.pc.in : Require glib-sharp-2.0. svn path=/trunk/gtk-sharp/; revision=50641
This commit is contained in:
parent
f9be897c3f
commit
0435b45895
|
@ -1,3 +1,10 @@
|
|||
2005-09-23 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* configure.in.in : expand glib-sharp-2.0.pc.
|
||||
* glib/glib-sharp-2.0.pc.in : new pc file template.
|
||||
* glib/Makefile.am : dist and install pc file.
|
||||
* gtk/gtk-sharp-2.0.pc.in : Require glib-sharp-2.0.
|
||||
|
||||
2005-09-21 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* bootstrap* : expose POLICY_VERSIONS variable.
|
||||
|
|
|
@ -265,6 +265,7 @@ parser/gapi2-parser
|
|||
generator/Makefile
|
||||
generator/gapi2-codegen
|
||||
glib/Makefile
|
||||
glib/glib-sharp-2.0.pc
|
||||
glib/glib-sharp.dll.config
|
||||
glib/glue/Makefile
|
||||
pango/Makefile
|
||||
|
|
|
@ -4,6 +4,8 @@ TARGET = $(ASSEMBLY)
|
|||
ASSEMBLY = $(ASSEMBLY_NAME).dll
|
||||
ASSEMBLY_NAME = glib-sharp
|
||||
noinst_DATA = $(ASSEMBLY) $(ASSEMBLY).config $(POLICY_ASSEMBLIES)
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = glib-sharp-2.0.pc
|
||||
|
||||
CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb gtk-sharp.snk AssemblyInfo.cs $(POLICY_ASSEMBLIES) $(POLICY_CONFIGS)
|
||||
DISTCLEANFILES = $(ASSEMBLY).config
|
||||
|
@ -65,6 +67,7 @@ dist_sources = $(sources)
|
|||
EXTRA_DIST = \
|
||||
$(dist_sources) \
|
||||
$(ASSEMBLY).config.in \
|
||||
glib-sharp-2.0.pc.in \
|
||||
makefile.win32
|
||||
|
||||
gtk-sharp.snk: $(top_srcdir)/gtk-sharp.snk
|
||||
|
|
10
glib/glib-sharp-2.0.pc.in
Normal file
10
glib/glib-sharp-2.0.pc.in
Normal file
|
@ -0,0 +1,10 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
|
||||
|
||||
Name: GLib#
|
||||
Description: GLib# - .NET Binding for the glib library.
|
||||
Version: @VERSION@
|
||||
Cflags:
|
||||
Libs: -r:${libdir}/mono/@PACKAGE_VERSION@/glib-sharp.dll
|
|
@ -8,4 +8,5 @@ Name: Gtk#
|
|||
Description: Gtk# - GNOME .NET Binding
|
||||
Version: @VERSION@
|
||||
Cflags: -I:${gapidir}/pango-api.xml -I:${gapidir}/atk-api.xml -I:${gapidir}/gdk-api.xml -I:${gapidir}/gtk-api.xml
|
||||
Libs: -r:${libdir}/mono/@PACKAGE_VERSION@/glib-sharp.dll -r:${libdir}/mono/@PACKAGE_VERSION@/pango-sharp.dll -r:${libdir}/mono/@PACKAGE_VERSION@/atk-sharp.dll -r:${libdir}/mono/@PACKAGE_VERSION@/gdk-sharp.dll -r:${libdir}/mono/@PACKAGE_VERSION@/gtk-sharp.dll
|
||||
Libs: -r:${libdir}/mono/@PACKAGE_VERSION@/pango-sharp.dll -r:${libdir}/mono/@PACKAGE_VERSION@/atk-sharp.dll -r:${libdir}/mono/@PACKAGE_VERSION@/gdk-sharp.dll -r:${libdir}/mono/@PACKAGE_VERSION@/gtk-sharp.dll
|
||||
Requires: glib-sharp-2.0
|
||||
|
|
Loading…
Reference in a new issue