Mir client platform plugin depends on ubuntu-platform-api
Bug #1482107 reported by
Paul Olav Tvete
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qtubuntu (Ubuntu) |
Confirmed
|
High
|
Unassigned |
Bug Description
This is not currently a problem, but long term we may need a solution for building the upstreamed Qt plugin on non-Ubuntu versions of Mir. It does not make sense to have multiple plugins that are 90% identical. Since there would be no point in compiling several versions in the same Qt tree, the best solution is to have conditional dependencies and #ifdefs
Unofficial-tags: things-
Changed in qtubuntu: | |
status: | New → Confirmed |
importance: | Undecided → High |
affects: | qtubuntu → qtubuntu (Ubuntu) |
To post a comment you must log in.
Have you ideas on how we would solve this? Have a platform abstraction system in the QPA itself, which can optionally load ubuntu-platform-api or other-platform-api?