mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 18:48:28 +02:00
swrastg: Fix glue file
This commit is contained in:
parent
6e3fc2de2a
commit
0ee7a17d0c
1 changed files with 3 additions and 3 deletions
|
|
@ -2,9 +2,9 @@
|
|||
#include "state_tracker/drm_driver.h"
|
||||
|
||||
struct drm_driver_descriptor drm_driver = {
|
||||
.name = "swrast";
|
||||
.driver_name = NULL;
|
||||
.create_screen = NULL;
|
||||
.name = "swrast",
|
||||
.driver_name = NULL,
|
||||
.create_screen = NULL,
|
||||
};
|
||||
|
||||
/* A poor man's --whole-archive for EGL drivers */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue