mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 15:18:21 +00:00
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:
parent
264ac69116
commit
4cdbee8249
3 changed files with 10 additions and 1 deletions
|
@ -200,6 +200,7 @@ doc/Makefile
|
||||||
tests/Makefile
|
tests/Makefile
|
||||||
samples/Makefile
|
samples/Makefile
|
||||||
gstreamer-sharp-0.10.pc
|
gstreamer-sharp-0.10.pc
|
||||||
|
gstreamer-sharp-0.10-uninstalled.pc
|
||||||
Makefile
|
Makefile
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
9
gstreamer-sharp-0.10-uninstalled.pc.in
Normal file
9
gstreamer-sharp-0.10-uninstalled.pc.in
Normal 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
|
|
@ -6,5 +6,4 @@ libdir=${exec_prefix}/lib
|
||||||
Name: Gst#
|
Name: Gst#
|
||||||
Description: Gst# - GStreamer .NET Binding
|
Description: Gst# - GStreamer .NET Binding
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: glib-sharp-2.0
|
|
||||||
Libs: -r:${libdir}/mono/@PACKAGE_VERSION@/gstreamer-sharp.dll
|
Libs: -r:${libdir}/mono/@PACKAGE_VERSION@/gstreamer-sharp.dll
|
||||||
|
|
Loading…
Reference in a new issue