Merge lp:~thomas-voss/platform-api/build-modules-as-shared-libraries into lp:platform-api
| Status: | Needs review |
|---|---|
| Proposed branch: | lp:~thomas-voss/platform-api/build-modules-as-shared-libraries |
| Merge into: | lp:platform-api |
| Diff against target: |
38 lines (+3/-3) 3 files modified
src/ubuntu/application/desktop/CMakeLists.txt (+1/-1) src/ubuntu/application/testbackend/CMakeLists.txt (+1/-1) src/ubuntu/application/touch/CMakeLists.txt (+1/-1) |
| To merge this branch: | bzr merge lp:~thomas-voss/platform-api/build-modules-as-shared-libraries |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Approve on 2016-04-06 | |
| Simon Fels | 2016-03-31 | Approve on 2016-03-31 | |
|
Review via email:
|
|||
Commit Message
Build backend modules as actual shared libraries to force creation of version so symlinks.
See https:/
Description of the Change
Build backend modules as actual shared libraries to force creation of version so symlinks.
See https:/
| Simon Fels (morphis) wrote : | # |
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:320
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
Unmerged revisions
- 320. By Thomas Voß on 2016-03-31
-
Build backend modules as actual shared libraries to force creation of version so symlinks.
See https://cmake. org/cmake/ help/v3. 5/release/ 3.4.html# id13 for the behavioral change in CMake.

LGTM