radeong: Fix EGL driver names.

Using "radeon" instead of "radeong" because we don't have classic EGL.
This commit is contained in:
Corbin Simpson 2010-01-20 12:21:21 -08:00
parent 1ffb72a6bf
commit c1334ce235
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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