Add support for using gstreamer-sharp uninstalled

For this provide an uninstalled pkg-config file, missing bit are now
some changes to gst-uninstalled. I'll commit those once core is released.

Also clean up the normal pkg-config file, we don't require glib-sharp.
This commit is contained in:
Sebastian Dröge 2009-10-01 09:12:52 +02:00
parent 264ac69116
commit 4cdbee8249
3 changed files with 10 additions and 1 deletions

View file

@ -200,6 +200,7 @@ doc/Makefile
tests/Makefile
samples/Makefile
gstreamer-sharp-0.10.pc
gstreamer-sharp-0.10-uninstalled.pc
Makefile
])

View file

@ -0,0 +1,9 @@
prefix=@prefix@
exec_prefix=${prefix}
libdir=${pcfiledir}/gstreamer-sharp
Name: Gst#
Description: Gst# - GStreamer .NET Binding
Version: @VERSION@
Libs: -r:${libdir}/gstreamer-sharp.dll

View file

@ -6,5 +6,4 @@ libdir=${exec_prefix}/lib
Name: Gst#
Description: Gst# - GStreamer .NET Binding
Version: @VERSION@
Requires: glib-sharp-2.0
Libs: -r:${libdir}/mono/@PACKAGE_VERSION@/gstreamer-sharp.dll