mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 06:10:11 +01:00
only build dri2 when DRI2 is enabled
This commit is contained in:
parent
97f688f2b4
commit
af8cef461c
1 changed files with 5 additions and 1 deletions
|
|
@ -45,9 +45,13 @@ glapi_sources = \
|
|||
glthread.h \
|
||||
glprocs.h
|
||||
|
||||
if DRI2
|
||||
GLXDRI_SOURCE = glxdri2.c
|
||||
endif
|
||||
|
||||
libglxdri_la_SOURCES = \
|
||||
glxdri.c \
|
||||
glxdri2.c \
|
||||
$(GLXDRI2_SOURCE) \
|
||||
glxdricommon.h \
|
||||
extension_string.c \
|
||||
extension_string.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue