mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-10 16:10:26 +01:00
fixed array_cache.tag mistake
This commit is contained in:
parent
4c8fadc6d9
commit
8bd13de4cc
2 changed files with 2 additions and 2 deletions
|
|
@ -145,7 +145,6 @@ SKIP_FUNCTION_MACROS = YES
|
|||
# Configuration::addtions related to external references
|
||||
#---------------------------------------------------------------------------
|
||||
TAGFILES = core.tag=../core \
|
||||
array_cahe.tag=../array_cache \
|
||||
tnl.tag=../tnl \
|
||||
swrast_setup.tag=../swrast_setup \
|
||||
swrast.tag=../swrast \
|
||||
|
|
|
|||
|
|
@ -143,7 +143,8 @@ SKIP_FUNCTION_MACROS = YES
|
|||
#---------------------------------------------------------------------------
|
||||
# Configuration::addtions related to external references
|
||||
#---------------------------------------------------------------------------
|
||||
TAGFILES = tnl_dd.tag=../tnl_dd \
|
||||
TAGFILES = tnl_dd.tag=../tnl_dd \
|
||||
array_cache.tag=../array_cache \
|
||||
math.tag=../math \
|
||||
swrast.tag=../swrast \
|
||||
swrast_setup.tag=../swrast_setup \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue