summaryrefslogtreecommitdiff
path: root/builder/builder-module.h
Commit message (Collapse)AuthorAgeFilesLines
* Builder: Support disabled=true to not build a moduleAlexander Larsson2016-05-091-0/+1
| | | | This is a simple way to "comment out" a module.
* uncruftify: Initial run, all non-problematic changesAlexander Larsson2016-05-061-32/+32
|
* Builder: Support commiting a platformAlexander Larsson2016-01-181-0/+1
|
* builder: Pass down global cleanups via BuildContextAlexander Larsson2016-01-111-26/+24
|
* builder: Pass down keep-build-dirs via BuildContextAlexander Larsson2016-01-111-1/+0
|
* builder: Add support for separating out debuginfoAlexander Larsson2016-01-111-0/+1
|
* builder: Add --disable-updatesAlexander Larsson2015-12-211-0/+1
| | | | Download sources, but never update existing sources (like git or bzr).
* builder: Add --keep-build-dirs optionAlexander Larsson2015-12-091-0/+1
| | | | This is useful if you want to later make changes to the built stuff.
* Builder: Add a resolved version of the manifest to the built appAlexander Larsson2015-12-091-0/+3
|
* Add xdg-app-builderAlexander Larsson2015-11-251-0/+74
This is a tool that makes it easy to build applications and their dependecies by automating the configure && make && make install steps.