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 /hw/dmx | |
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 'hw/dmx')
-rw-r--r-- | hw/dmx/dmxinit.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/dmx/dmxinit.c b/hw/dmx/dmxinit.c index 8f17f4ddf..07154d648 100644 --- a/hw/dmx/dmxinit.c +++ b/hw/dmx/dmxinit.c @@ -536,9 +536,6 @@ static void dmxAddExtensions(void) { const ExtensionModule dmxExtensions[] = { { DMXExtensionInit, DMX_EXTENSION_NAME, NULL }, -#ifdef GLXEXT - { GlxExtensionInit, "GLX", &noGlxExtension }, -#endif }; LoadExtensionList(dmxExtensions, ARRAY_SIZE(dmxExtensions), TRUE); |