mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 10:15:28 +00:00
146deaa38c
* *: update to 2.14. parser support for GSEALed fields. svn build now uses bootstrap-2.14. integrate gio-sharp module. svn path=/trunk/gtk-sharp/; revision=122402
14 lines
324 B
PkgConfig
14 lines
324 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
assemblies_dir=${libdir}/mono/@PACKAGE_VERSION@
|
|
gapidir=${prefix}/share/gapi-2.0
|
|
|
|
Name: GIO#
|
|
Description: GIO# - GIO .NET Binding
|
|
Version: @VERSION@
|
|
Cflags: -I:${gapidir}/gio-api.xml
|
|
Libs: -r:${assemblies_dir}/gio-sharp.dll
|
|
Requires: glib-sharp-2.0
|
|
|