mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
start the GLcore build system
This commit is contained in:
parent
2f0487521d
commit
6ce3743948
9 changed files with 165 additions and 0 deletions
9
GL/mesa/X/Makefile.am
Normal file
9
GL/mesa/X/Makefile.am
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
noinst_LTLIBRARIES = libX.la
|
||||
|
||||
libX_la_SOURCES = xf86glx.c \
|
||||
xf86glx_util.c \
|
||||
xm_api.c \
|
||||
xm_dd.c \
|
||||
xm_line.c \
|
||||
xm_span.c \
|
||||
xm_tri.c
|
||||
Loading…
Reference in a new issue