mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-27 00:50:23 +01:00
patch from Hanno Böck <ml@hboeck.de> to make xgl build against Mesa HEAD
This commit is contained in:
parent
55b1cf3182
commit
3ae25ff4fd
2 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ INCLUDES = -I@MESA_SOURCE@/include \
|
|||
-I../main \
|
||||
-I../math \
|
||||
-I../shader \
|
||||
-I../shader/slang \
|
||||
-I../swrast \
|
||||
-I../swrast_setup \
|
||||
-I../tnl \
|
||||
|
|
@ -24,6 +25,7 @@ nodist_libtnl_la_SOURCES = t_array_api.c \
|
|||
t_save_playback.c \
|
||||
t_vb_arbprogram.c \
|
||||
t_vb_arbprogram_sse.c \
|
||||
t_vb_arbshader.c \
|
||||
t_vb_cull.c \
|
||||
t_vb_fog.c \
|
||||
t_vb_light.c \
|
||||
|
|
|
|||
|
|
@ -337,6 +337,7 @@ symlink_mesa_tnl() {
|
|||
action t_vb_arbprogram.c
|
||||
action t_vb_arbprogram.h
|
||||
action t_vb_arbprogram_sse.c
|
||||
action t_vb_arbshader.c
|
||||
action t_vb_cliptmp.h
|
||||
action t_vb_cull.c
|
||||
action t_vb_fog.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue