summaryrefslogtreecommitdiffstats
path: root/autobuild/linux
AgeCommit message (Collapse)AuthorFilesLines
2022-03-07Update for app framework removalneedlefish_13.93.0needlefish/13.93.0marlin_12.93.0marlin/12.93.013.93.012.93.0Scott Murray1-128/+0
Changes: - Remove the autobuild scripts and config.xml used by the app framework widget build. - Update the CMake files to just build a "xdg-cluster-receiver" binary and install it into /usr/bin by default. - Bumped agl-compositor protocols version requirement to 0.0.20 to work with current AGL. - Remove the code in main.cpp that handled reading the WebSocket command-line arguments and passing them to binding related code. Bug-AGL: SPEC-4283 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I8c9bd3af9ce16f29f24282b89985c0d4d5d9c922
2020-06-15Update autobuild scriptsjellyfish_9.99.1jellyfish/9.99.19.99.1Scott Murray1-29/+90
Update autobuild scripts with reworked version that fixes building outside of the source tree. Bug-AGL: SPEC-2049, SPEC-3300 Change-Id: I937237e451301289c16bcfd8d912077d21e59ae5 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2019-07-05Introduce autobuild scriptsScott Murray1-0/+67
Add agl and linux autobuild scripts to silence build warnings. These 2 scripts are based on the latest version of the autobuild script, but they've been customized to (i) work with the existing qmake files and (ii) the 'update' and 'package-test' targets have been removed. Bug-AGL: SPEC-2164 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ia2f785e1e3e8c3635a9a8a6966f694c3208a2d22