[PATCH xserver] hw/xwin: Update for glxvnd
Jon Turney
jon.turney at dronecode.org.uk
Fri Feb 16 16:44:37 UTC 2018
- Link with libglxvnd in meson.build
- Call xorgGlxCreateVendor() like all other DDX
Signed-off-by: Jon Turney <jon.turney at dronecode.org.uk>
---
hw/xwin/InitOutput.c | 2 ++
hw/xwin/meson.build | 1 +
2 files changed, 3 insertions(+)
diff --git a/hw/xwin/InitOutput.c b/hw/xwin/InitOutput.c
index ef19f7941..9560c5684 100644
--- a/hw/xwin/InitOutput.c
+++ b/hw/xwin/InitOutput.c
@@ -1012,6 +1012,8 @@ InitOutput(ScreenInfo * pScreenInfo, int argc, char *argv[])
}
}
+ xorgGlxCreateVendor();
+
/* Generate a cookie used by internal clients for authorization */
if (g_fXdmcpEnabled || g_fAuthEnabled)
winGenerateAuthorization();
diff --git a/hw/xwin/meson.build b/hw/xwin/meson.build
index 87fa6c5cb..bee4a46a4 100644
--- a/hw/xwin/meson.build
+++ b/hw/xwin/meson.build
@@ -149,6 +149,7 @@ executable(
libxserver_fb,
libxserver,
libxserver_glx,
+ libglxvnd,
libxserver_xkb_stubs,
libxserver_miext_shadow,
libxserver_pseudoramix,
--
2.16.1
More information about the xorg-devel
mailing list