mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 09:58:21 +02:00
GLX: fix build when dri2 _is_ available.
Caught by Julien Cristau.
This commit is contained in:
parent
398cdf959a
commit
0195d31846
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ libglxdri_la_SOURCES = \
|
|||
extension_string.h
|
||||
|
||||
if DRI2
|
||||
libglxdri_la_SOURCES = glxdri2.c
|
||||
libglxdri_la_SOURCES += glxdri2.c
|
||||
endif
|
||||
|
||||
libglx_la_SOURCES = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue