GNOME Bugzilla – Bug 795466
gst-rtsp-server-1.14.0/configure looks for missing gstreamer-plugins-good-1.0.pc
Last modified: 2018-04-22 19:11:07 UTC
pkgconfig/Makefile.am contains: # do not install for now # pkgconfigdir = $(libdir)/pkgconfig # pkgconfig_DATA = $(pcverfiles) and gst-plugins-good-1.o.pc is then not installed. Then `gst-rtsp-server-1.14.0/configure` reports: Package gstreamer-plugins-good-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gstreamer-plugins-good-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-plugins-good-1.0' found How is this supposed to work?
This is only for uninstalled setups (gst-uninstalled) so that the unit test can find the uninstalled plugins. It's not a problem if it's not found or doesn't exist in an installed setup.
commit 90d006141a38ca0d9c719f22c49880cfc073016e (HEAD -> master) Author: Tim-Philipp Müller <tim@centricular.com> Date: Sun Apr 22 20:09:01 2018 +0100 configure: check for -good and -bad plugins only in uninstalled setup Avoids confusing configure messages looking or a -good .pc file that doesn't exist. Also use plugindir variables that common macros set while at it. https://bugzilla.gnome.org/show_bug.cgi?id=795466