diff options
author | Adam Jackson <ajax@redhat.com> | 2018-01-10 13:05:46 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-02-14 17:04:48 -0500 |
commit | 67c303fff303f94b62f03a76de97116c6ebcfda9 (patch) | |
tree | 646b6dd60599ce84e24823a7dfdacab43a75e0e8 /test | |
parent | d8ec33fe0542141aed1d9016d2ecaf52da944b4b (diff) |
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>
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 2dbb2df03..12ac327a3 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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 |