mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 11:55:38 +00:00
0435b45895
* 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
11 lines
219 B
PkgConfig
11 lines
219 B
PkgConfig
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
|