After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 769237 - configure: Some PKG_CHECK_MODULES invocations that are meant to be non-fatal are actually fatal
configure: Some PKG_CHECK_MODULES invocations that are meant to be non-fatal ...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer-vaapi
git master
Other Linux
: Normal normal
: 1.9.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-07-27 17:19 UTC by Scott D Phillips
Modified: 2016-07-27 17:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
configure: Fix non-fatal PKG_CHECK_MODULES invocations (2.80 KB, patch)
2016-07-27 17:20 UTC, Scott D Phillips
committed Details | Review

Description Scott D Phillips 2016-07-27 17:19:18 UTC
PKG_CHECK_MODULES's action-if-not-found argument needs to be something other than the empty string to override the default action of failing the configure.
Comment 1 Scott D Phillips 2016-07-27 17:20:17 UTC
Created attachment 332229 [details] [review]
configure: Fix non-fatal PKG_CHECK_MODULES invocations
Comment 2 Víctor Manuel Jáquez Leal 2016-07-27 17:53:28 UTC
Attachment 332229 [details] pushed as 971472e - configure: Fix non-fatal PKG_CHECK_MODULES invocations