| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=795705
|
|
|
|
|
|
|
| |
If we're installing gdk-pixbuf ourselves, we should generate the loaders
cache file — unless DESTDIR is set or we're cross-compiling, in which
case we assume that there's a packaging system hook in place to do this
at the end of a full build.
|
|
|
|
|
|
|
|
|
|
|
| |
We need to prepend the PATH envvar so that the main GDK-Pixbuf DLL that
we just built can be loaded on Windows when running this script, as
Windows do not support rpath.
Since gdk-pixbuf-pixdata resides in the same path as the main GDK-Pixbuf
DLL, we can just use its path so that we can acquire the needed path to it.
https://bugzilla.gnome.org/show_bug.cgi?id=785767
|
|
This makes it easier to find them and reference them.
|