mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 02:05:41 +00:00
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
|
||
|
|