mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-21 00:40:44 +02:00
Point xegl at the DRI driver
This commit is contained in:
parent
29d0ba9f06
commit
73a335a926
1 changed files with 1 additions and 1 deletions
|
|
@ -552,7 +552,7 @@ InitOutput (ScreenInfo *pScreenInfo,
|
|||
|
||||
if (!xdisplay)
|
||||
{
|
||||
xdisplay = eglGetDisplay("!fb_dri");
|
||||
xdisplay = eglGetDisplay(":0");
|
||||
assert(xdisplay);
|
||||
|
||||
if (!eglInitialize(xdisplay, &maj, &min))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue