提交 10c933b8 编写于 作者: S Simon Fels 提交者: GitHub

Merge pull request #408 from morphis/f/make-gles-driver-host-default

cmds: select host as the default GL ES driver
......@@ -88,6 +88,7 @@ std::istream& operator>>(std::istream& in, anbox::graphics::GLRendererServer::Co
anbox::cmds::SessionManager::SessionManager()
: CommandWithFlagsAndAction{cli::Name{"session-manager"}, cli::Usage{"session-manager"},
cli::Description{"Run the the anbox session manager"}},
gles_driver_(graphics::GLRendererServer::Config::Driver::Host),
window_size_(default_single_window_size) {
// Just for the purpose to allow QtMir (or unity8) to find this on our
// /proc/*/cmdline
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册