Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this page for instructions on how to get full permissions. Sorry for the inconvenience.
Phoc currently checks out wlroots as a submodule, but can work with the system one.
@guido.gunther considering that the package should have a dependency on libwlroots-dev (>= 0.6.0), should I rip out the wlroots submodule?
No. the submodule is very helpful for development and our CI can handle packages with submodules (but not using them) just fine. The Debian packaging information is there too already: https://source.puri.sm/Librem5/phoc/tree/master/debian
A way to make the upgrade path simpler would be to build a phoc statically linked against the embedded wlroots so we can ship it and have people test it. Then once we s/rootston/phoc/ on the devkit we unbundle the build and link dynamically against the system's wlroots.