summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-02-16 16:44:37 +0000
committerAdam Jackson <ajax@redhat.com>2018-02-19 12:44:04 -0500
commit6f9d29040cd9f4723a2e6c1e5d2ec8104efc0710 (patch)
treed91802e3adcffa6c99519608cbd86a00206731c7
parent500cc4a029efce9b962ab8fbb10da9f87d83372e (diff)
hw/xwin: Update for glxvnd
- Link with libglxvnd in meson.build - Call xorgGlxCreateVendor() like all other DDX Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
-rw-r--r--hw/xwin/InitOutput.c2
-rw-r--r--hw/xwin/meson.build1
2 files changed, 3 insertions, 0 deletions
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,