]> Git Repo - qemu.git/blobdiff - util/module.c
opengl: build opengl helper code modular
[qemu.git] / util / module.c
index 21237dcc24df596afe4f09e28ae584029e04cc7e..fe3b82dd4d375c4d5e601c7042530f838b5f5311 100644 (file)
@@ -181,6 +181,13 @@ static const struct {
     { "hw-display-qxl", "ui-spice-core" },
     { "ui-spice-app",   "ui-spice-core" },
     { "ui-spice-app",   "chardev-spice" },
+
+#ifdef CONFIG_OPENGL
+    { "ui-egl-headless", "ui-opengl"    },
+    { "ui-gtk",          "ui-opengl"    },
+    { "ui-sdl",          "ui-opengl"    },
+    { "ui-spice-core",   "ui-opengl"    },
+#endif
 };
 #endif
 
This page took 0.022765 seconds and 4 git commands to generate.