mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 12:35:32 +00:00
dee590926a
This allows consumers to specifically require gdk-sharp-3.0 without having to pull in the full gtk-sharp-3.0. Closes issue #101. Signed-off-by: Bertrand Lorentz <bertrand.lorentz@gmail.com>
13 lines
291 B
PkgConfig
13 lines
291 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
gapidir=${prefix}/share/gapi-3.0
|
|
|
|
|
|
Name: Gdk#
|
|
Description: Gdk# - GDK .NET Binding
|
|
Version: @VERSION@
|
|
Cflags: -I:${gapidir}/gdk-api.xml
|
|
Libs: -r:${libdir}/mono/@PACKAGE_VERSION@/gdk-sharp.dll
|
|
Requires: glib-sharp-3.0
|