mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 19:05:28 +00:00
1e97a1046f
Complete the major version jump. Gtk# 3 and 2 are now both installable within the same prefix. * */glue/Makefile.am: Produce *sharpglue-3 gluelibs. * *.custom, *.cs: pinvoke the new glue library. * *-2.0.pc.in: Rename to *-3.0.pc.in. svn path=/trunk/gtk-sharp/; revision=140941
11 lines
229 B
PkgConfig
11 lines
229 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
|
|
|
|
Name: Gtk.DotNet
|
|
Description: .NET Extensions for Gtk
|
|
Version: @VERSION@
|
|
Requires:gtk-sharp-3.0
|
|
Libs: -r:${libdir}/mono/@PACKAGE_VERSION@/gtk-dotnet.dll
|