Ryujinx-GtkSharp/gdk/gdk-sharp-3.0.pc.in
Marcin Kolny dee590926a build: Add a pkg-config file for gdk-sharp-3.0
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>
2014-04-21 21:36:57 +02:00

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