summaryrefslogtreecommitdiff
path: root/build-aux/gen-resources.py
Commit message (Collapse)AuthorAgeFilesLines
* Deal with glib-compile-resources not in the PATHEmmanuele Bassi2021-01-041-1/+8
| | | | | The gen-resources.py script must be aware of the location of glib-compile-resources, in case it's not in the PATH.
* Fix exit status of gen-resources.pyMichael Forney2020-04-021-8/+1
| | | | | | | | If glib-compile-resources did not produce anything on stdout, gen-resources.py reports success, even if it actually failed. This can lead to a build error down the line. Instead, just use os.execvpe after setting up the environment.
* Move all aux scripts to their own directoryEmmanuele Bassi2017-08-031-0/+44
This makes it easier to find them and reference them.