gstreamer/pkgconfig
Julien Isorce f6b0ae1e75 uninstalled.pc: add support for non libtool build systems
Currently the .la path is provided which requires to use libtool as
mentioned in the GStreamer manual section-helloworld-compilerun.html.
It is fine as long as the application is built using libtool.

So currently it is not possible to compile a GStreamer application
within gst-uninstalled with CMake or other build system different
than autotools.

This patch allows to do the following in gst-uninstalled env:
gcc test.c -o test $(pkg-config --cflags --libs gstreamer-1.0 \
  gst-editing-services-1.0)
Previously it required to prepend libtool --mode=link

https://bugzilla.gnome.org/show_bug.cgi?id=720778
2016-02-18 15:26:11 +00:00
..
.gitignore all: add/extend more .gitignore 2010-12-15 15:52:03 +01:00
gst-editing-services-uninstalled.pc.in uninstalled.pc: add support for non libtool build systems 2016-02-18 15:26:11 +00:00
gst-editing-services.pc.in ges: Update versioning 2012-04-04 14:50:23 +02:00
Makefile.am ges: Update versioning 2012-04-04 14:50:23 +02:00