@arubislander said in Ubuntu 16.04 BQ Aquaris M10 Mir app dev issues.:
@zezba9000 Great write-up. Eager to try this.
Did you consider setting up the build environment in a Libertine container?
I'm not familiar with "Libertine". Does this make it easier to dev on X11? You have more info on this?
FYI now have Mir working in my Orbital-Framework and its implimented much better there.
Here is a link to that: https://github.com/reignstudios/Orbital-Framework/blob/master/Platforms/Lin/Shared/Orbital.Demo.Mir/Program.cs
More code for Mir here: https://github.com/reignstudios/Orbital-Framework/tree/master/Platforms/Lin/Shared/Orbital.Host.Mir
Later I'll add GLES support but I need to get other graphic API stuff done in general in Orbital before I do that.
Anyway this makes Window creation very easy across platforms and now legacy Mir is supported.