mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 01:15:38 +00:00
463618c958
* generator/SimpleBase.cs : off-by-one in namespace join. * glib/ListBase.cs : support IntPtr element_type. * gnomevfs/FileInfo.cs : make it ManualGen friendly. * gnomevfs/*.cs : rework for FileInfo api changes. * gnomevfs/Gnomevfs.metadata : make FileInfo a manual symbol. * gnomevfs/Uri.custom : rework for FileInfo api changes. * gnome/Makefile.am : add gnomevfs dependency to pick up some more api symbols. * gnome/gnome-sharp-2.0.pc.in : advertise the vfs dep. [Fixes #71060] svn path=/trunk/gtk-sharp/; revision=45702
13 lines
324 B
PkgConfig
13 lines
324 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
gapidir=${prefix}/share/gapi-2.0
|
|
|
|
|
|
Name: Gnome#
|
|
Description: Gnome# - GNOME .NET Binding
|
|
Version: @VERSION@
|
|
Requires: gtk-sharp-2.0 art-sharp-2.0 gnome-vfs-sharp-2.0
|
|
Cflags: -I:${gapidir}/gnome-api.xml
|
|
Libs: -r:${libdir}/mono/@PACKAGE_VERSION@/gnome-sharp.dll
|