uninstalled.pc: add support for non libtool build systems
authorJulien Isorce <j.isorce@samsung.com>
Thu, 18 Feb 2016 14:32:23 +0000 (14:32 +0000)
committerJulien Isorce <j.isorce@samsung.com>
Thu, 18 Feb 2016 17:40:46 +0000 (17:40 +0000)
commit496e7b45689edd7f0ee49ab89d62d6afd4c58391
treed63b5ac24d753c0f0072347db26b6c965f08544c
parent0da3390692f023e7fbabbf8b7ee86c271a2bc1f0
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 \
    gstreamer-gl-1.0)
Previously it required to prepend libtool --mode=link

https://bugzilla.gnome.org/show_bug.cgi?id=720778
pkgconfig/gstreamer-bad-audio-uninstalled.pc.in
pkgconfig/gstreamer-bad-base-uninstalled.pc.in
pkgconfig/gstreamer-bad-video-uninstalled.pc.in
pkgconfig/gstreamer-codecparsers-uninstalled.pc.in
pkgconfig/gstreamer-gl-uninstalled.pc.in
pkgconfig/gstreamer-insertbin-uninstalled.pc.in
pkgconfig/gstreamer-mpegts-uninstalled.pc.in
pkgconfig/gstreamer-player-uninstalled.pc.in
pkgconfig/gstreamer-plugins-bad-uninstalled.pc.in
pkgconfig/gstreamer-wayland-uninstalled.pc.in