diff --git a/configure.ac b/configure.ac index b4773f85ea..944c7b41b6 100644 --- a/configure.ac +++ b/configure.ac @@ -200,6 +200,7 @@ doc/Makefile tests/Makefile samples/Makefile gstreamer-sharp-0.10.pc +gstreamer-sharp-0.10-uninstalled.pc Makefile ]) diff --git a/gstreamer-sharp-0.10-uninstalled.pc.in b/gstreamer-sharp-0.10-uninstalled.pc.in new file mode 100644 index 0000000000..545f270e1a --- /dev/null +++ b/gstreamer-sharp-0.10-uninstalled.pc.in @@ -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 diff --git a/gstreamer-sharp-0.10.pc.in b/gstreamer-sharp-0.10.pc.in index b8fbeb2113..aa67c33431 100644 --- a/gstreamer-sharp-0.10.pc.in +++ b/gstreamer-sharp-0.10.pc.in @@ -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