mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
miinitext: Load GLX on the mi path
Add a stub for Xnest so it continues to link, but otherwise we support GLX on every server so there's no need to make every DDX add it. Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
@@ -153,6 +153,10 @@ if !SPECIAL_DTRACE_OBJECTS
|
||||
tests_LDADD += $(top_builddir)/os/libos.la
|
||||
endif
|
||||
|
||||
if GLX
|
||||
tests_LDADD += $(top_builddir)/glx/libglxvnd.la
|
||||
endif
|
||||
|
||||
BUILT_SOURCES = sdksyms.c
|
||||
CLEANFILES += sdksyms.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user