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 782065 - package: Fix initSubmodule() when running from source in Meson
package: Fix initSubmodule() when running from source in Meson
Status: RESOLVED FIXED
Product: gjs
Classification: Bindings
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2017-05-02 12:38 UTC by Patrick Griffis (tingping)
Modified: 2017-05-03 03:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
package: Fix initSubmodule() with Meson (2.12 KB, patch)
2017-05-02 12:38 UTC, Patrick Griffis (tingping)
committed Details | Review
package: Don't rely upon directory configuration for initSubmodule() (931 bytes, patch)
2017-05-02 12:54 UTC, Patrick Griffis (tingping)
committed Details | Review

Description Patrick Griffis (tingping) 2017-05-02 12:38:46 UTC
Created attachment 350870 [details] [review]
package: Fix initSubmodule() with Meson

As title says.
Comment 1 Patrick Griffis (tingping) 2017-05-02 12:54:13 UTC
Created attachment 350872 [details] [review]
package: Don't rely upon directory configuration for initSubmodule()

This just catches an edge case where it would add extra directories to the paths even though the project is installed.
Comment 2 Philip Chimento 2017-05-03 03:34:39 UTC
Review of attachment 350870 [details] [review]:

+1
Comment 3 Philip Chimento 2017-05-03 03:34:48 UTC
Review of attachment 350872 [details] [review]:

+1
Comment 4 Philip Chimento 2017-05-03 03:54:07 UTC
Attachment 350872 [details] pushed as cba886e - package: Don't rely upon directory configuration for initSubmodule()