qt5: Use ES2 as OpenGL API
This commit is contained in:
parent
4dce884153
commit
d67e2dc73d
1 changed files with 1 additions and 0 deletions
|
@ -303,6 +303,7 @@ in genAttrs [
|
||||||
|
|
||||||
configureFlags = prevAttrs.configureFlags or [ ]
|
configureFlags = prevAttrs.configureFlags or [ ]
|
||||||
|> substituteFlags {
|
|> substituteFlags {
|
||||||
|
"-opengl .*" = "-opengl es2";
|
||||||
"-qpa .*" = null;
|
"-qpa .*" = null;
|
||||||
"-xcb" = "-no-xcb";
|
"-xcb" = "-no-xcb";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue