From c1334ce23550a8321023c0b8fa58ad266199afa1 Mon Sep 17 00:00:00 2001 From: Corbin Simpson Date: Wed, 20 Jan 2010 12:21:21 -0800 Subject: radeong: Fix EGL driver names. Using "radeon" instead of "radeong" because we don't have classic EGL. --- src/gallium/winsys/drm/radeon/egl/Makefile | 2 +- src/gallium/winsys/drm/radeon/egl_g3d/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gallium/winsys') diff --git a/src/gallium/winsys/drm/radeon/egl/Makefile b/src/gallium/winsys/drm/radeon/egl/Makefile index c5fdc9a5c0..fcbfd09786 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 9027a5ff46..e0de68c678 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 -- cgit v1.2.3