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 406341 - [configure] Don't stop build if runtime-dependencies are not available
[configure] Don't stop build if runtime-dependencies are not available
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: General
0.10.2
Other Linux
: Normal normal
: 0.10.3
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-10 10:27 UTC by Edward Hervey
Modified: 2007-02-18 14:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2007-02-10 10:27:23 UTC
Currently configure.ac is checking for a lot of dependencies which are not build dependencies but runtime-dependencies.

We should no longer raise errors when configure doesn't find some dependencies at build time, but only warning.

All runtime-dependencies should be checked for in pitivi/check.py instead.
Comment 1 Edward Hervey 2007-02-18 14:47:09 UTC
2007-02-18  Edward Hervey  <edward@fluendo.com>

	* configure.ac:
	Removed checking for runtime-dependencies. Maintainers should make sure
	they are correctly set when packaging.
	Fixes #406341