Skip to content
Commit 8485b338 authored by Ting-Wei Lan's avatar Ting-Wei Lan Committed by Christian Hergert
Browse files

jedi: don't hardcode the path of gir files

FreeBSD and OpenBSD don't install GNOME and most other software
packages with /usr prefix. The installation prefix can be changed by
users, but it must not be /usr to avoid breaking the system. It is
usually better to rely on environment variables and gobject-introspection
itself to provide the path.

This change also allows reading gir files from multiple prefixes,
enabling the use of gir files installed in a JHBuild prefix. gir files
located in different directories but with the same name are not processed
twice to avoid inserting duplicate items into the database.

https://bugzilla.gnome.org/show_bug.cgi?id=763263
parent 24ab802b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment