mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
st/xa: add remaining files in the tarball
Namely - the private header (xa_priv.h) - README and - xa-indent Sort the sources list while we're here. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
398f6eefee
commit
bcdb47d838
2 changed files with 6 additions and 3 deletions
|
|
@ -46,3 +46,5 @@ xa_include_HEADERS = \
|
|||
noinst_LTLIBRARIES = libxatracker.la
|
||||
|
||||
libxatracker_la_SOURCES = $(C_SOURCES)
|
||||
|
||||
EXTRA_DIST = README xa-indent
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
C_SOURCES := \
|
||||
xa_tracker.c \
|
||||
xa_composite.c \
|
||||
xa_context.c \
|
||||
xa_priv.h \
|
||||
xa_renderer.c \
|
||||
xa_tgsi.c \
|
||||
xa_yuv.c \
|
||||
xa_composite.c
|
||||
xa_tracker.c \
|
||||
xa_yuv.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue