mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 04:28:03 +02:00
Forgot to add these for some reason
This commit is contained in:
parent
e348ac4b4d
commit
377e3bddd4
2 changed files with 9 additions and 0 deletions
8
GL/Makefile.am
Normal file
8
GL/Makefile.am
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
SUBDIRS = glx
|
||||
|
||||
if DRI
|
||||
SUBDIRS += dri
|
||||
endif
|
||||
|
||||
# switch among mesa/apple/windows for different ddxes
|
||||
|
||||
1
GL/dri/Makefile.am
Normal file
1
GL/dri/Makefile.am
Normal file
|
|
@ -0,0 +1 @@
|
|||
sdk_HEADERS = dri.h dristruct.h sarea.h
|
||||
Loading…
Add table
Reference in a new issue