mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
dri: fix kmsro define
Fixes: 50fc7cc290 ("glx: directly link to gallium")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30376>
This commit is contained in:
parent
5bc8284816
commit
40004219b1
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ dri_loader_get_extensions(const char *driver_name)
|
|||
return __driDriverGetExtensions_tegra();
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_KMSRO)
|
||||
#if defined(GALLIUM_KMSRO)
|
||||
if (!strcmp(driver_name, "armada-drm"))
|
||||
return __driDriverGetExtensions_armada_drm();
|
||||
if (!strcmp(driver_name, "exynos"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue