diff options
Diffstat (limited to 'util/module.c')
-rw-r--r-- | util/module.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/util/module.c b/util/module.c index 21237dcc24..fe3b82dd4d 100644 --- a/util/module.c +++ b/util/module.c @@ -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 |