uninstalled.pc: add support for non libtool build systems
authorJulien Isorce <j.isorce@samsung.com>
Thu, 18 Feb 2016 14:18:32 +0000 (14:18 +0000)
committerJulien Isorce <j.isorce@samsung.com>
Thu, 18 Feb 2016 17:30:10 +0000 (17:30 +0000)
commitde23dae19fb0c8e5791c0d02b30986e3ec9c2599
tree161bce836ae680b3b1514be0da2301524adfeab3
parentfe2ac0c1d066a37809e2169a9f591dbc8f09707f
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 orc-uninstalled)
Previously it required to prepend libtool --mode=link

https://bugzilla.gnome.org/show_bug.cgi?id=720778
orc-uninstalled.pc.in