summaryrefslogtreecommitdiff
path: root/pkgconfig
AgeCommit message (Collapse)AuthorFilesLines
2017-08-18meson: don't install -uninstalled.pc fileTim-Philipp Müller1-5/+2
https://bugzilla.gnome.org/show_bug.cgi?id=786457
2017-08-10pkgconfig: remove -I@srcdir@/.. which duplicates abs_top_srcdirTim-Philipp Müller1-1/+1
Fixes meson warning about undefined @srcdir@.
2017-02-27gstreamer-rtsp-server: Add both srcdir and builddir to the include pathSebastian Dröge1-1/+1
Just the build dir is not going to work for srcdir!=builddir.
2017-01-05meson: generate pkg-config -uninstalled pc filesGuillaume Desmottes3-3/+17
Generating those files is useful for users building the GStreamer stack using meson and having to link it to another project which is still using the autotools. https://bugzilla.gnome.org/show_bug.cgi?id=776810
2017-01-05pkgconfig: fix -uninstalled pc fileGuillaume Desmottes1-2/+2
pcfiledir was never defined so the paths were wrong. https://bugzilla.gnome.org/show_bug.cgi?id=776867
2016-08-31Add support for Meson as alternative/parallel build systemTim-Philipp Müller1-0/+17
https://github.com/mesonbuild/meson
2016-02-18uninstalled.pc: add support for non libtool build systemsJulien Isorce1-2/+2
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-rtsp-server-1.0) Previously it required to prepend libtool --mode=link https://bugzilla.gnome.org/show_bug.cgi?id=720778
2012-04-04rtsp-server: Update versioningSebastian Dröge3-9/+9
2012-02-13pkg-config: rename gst-rtsp-server-0.11.pc to gstreamer-rtsp-server-0.11.pcTim-Philipp Müller3-4/+4
For consistency with all other modules.
2009-10-13Added pkg-config file to use gst-rtsp-server uninstalledSebastian Pölsterl3-5/+23
2009-05-15Don't use hard-coded version number in pkg-config fileSebastian Pölsterl1-1/+1
2009-05-11add some .gitignore filesWim Taymans1-0/+2
2009-01-08Added pkgconfig fileWim Taymans2-0/+25