mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
r200: add fbo files to the compile
This commit is contained in:
parent
f577c8e462
commit
4d36a19c90
1 changed files with 4 additions and 2 deletions
|
|
@ -22,7 +22,8 @@ RADEON_COMMON_SOURCES = \
|
|||
radeon_bo_legacy.c \
|
||||
radeon_cs_legacy.c \
|
||||
radeon_mipmap_tree.c \
|
||||
radeon_span.c
|
||||
radeon_span.c \
|
||||
radeon_fbo.c
|
||||
|
||||
|
||||
DRIVER_SOURCES = r200_context.c \
|
||||
|
|
@ -80,7 +81,8 @@ COMMON_SYMLINKS = \
|
|||
radeon_texture.c \
|
||||
radeon_texture.h \
|
||||
radeon_dma.c \
|
||||
radeon_dma.h
|
||||
radeon_dma.h \
|
||||
radeon_fbo.c
|
||||
|
||||
DRI_LIB_DEPS += $(RADEON_LDFLAGS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue