From: Corbin Simpson Date: Wed, 20 Jan 2010 20:21:21 +0000 (-0800) Subject: radeong: Fix EGL driver names. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c1334ce23550a8321023c0b8fa58ad266199afa1;p=mesa.git radeong: Fix EGL driver names. Using "radeon" instead of "radeong" because we don't have classic EGL. --- diff --git a/src/gallium/winsys/drm/radeon/egl/Makefile b/src/gallium/winsys/drm/radeon/egl/Makefile index c5fdc9a5c0e..fcbfd097865 100644 --- a/src/gallium/winsys/drm/radeon/egl/Makefile +++ b/src/gallium/winsys/drm/radeon/egl/Makefile @@ -2,7 +2,7 @@ TOP = ../../../../../.. GALLIUMDIR = ../../../.. include $(TOP)/configs/current -LIBNAME = egl_r300.so +LIBNAME = egl_radeon.so PIPE_DRIVERS = \ $(TOP)/src/gallium/state_trackers/egl/libegldrm.a \ diff --git a/src/gallium/winsys/drm/radeon/egl_g3d/Makefile b/src/gallium/winsys/drm/radeon/egl_g3d/Makefile index 9027a5ff46d..e0de68c678f 100644 --- a/src/gallium/winsys/drm/radeon/egl_g3d/Makefile +++ b/src/gallium/winsys/drm/radeon/egl_g3d/Makefile @@ -1,7 +1,7 @@ TOP = ../../../../../.. include $(TOP)/configs/current -EGL_DRIVER_NAME = r300 +EGL_DRIVER_NAME = radeon EGL_DRIVER_SOURCES = dummy.c EGL_DRIVER_LIBS = -ldrm_radeon