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 793756 - configure.ac: Don't use runtime location of overrides by default
configure.ac: Don't use runtime location of overrides by default
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
unspecified
Other All
: Normal normal
: 1.13.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-02-23 13:42 UTC by Edward Hervey
Modified: 2018-02-23 13:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
configure.ac: Don't use runtime location of overrides by default (1.09 KB, patch)
2018-02-23 13:42 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2018-02-23 13:42:21 UTC
Fixes make distcheck
Comment 1 Edward Hervey 2018-02-23 13:42:27 UTC
Created attachment 368825 [details] [review]
configure.ac: Don't use runtime location of overrides by default

If someone wants to put the overrides in a non-standard location,
they can use the --with-pygi-overrides-dir option.

The default is to put them in ${pyexecdir}/gi/overrides

Fixes make distcheck
Comment 2 Thibault Saunier 2018-02-23 13:44:36 UTC
Review of attachment 368825 [details] [review]:

Makes sense I think