mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
tests/clutter: Disable X11 client support
This avoids test failure happening due to Xwayland getting the CPU time instead of the tests themself, causing failures e.g. due to missing frames. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1555
This commit is contained in:

committed by
Georges Basile Stavracas Neto

parent
1499bda592
commit
f57c39f511
@ -5,6 +5,7 @@
|
||||
#include <clutter/clutter.h>
|
||||
|
||||
#include "compositor/meta-plugin-manager.h"
|
||||
#include "core/main-private.h"
|
||||
|
||||
typedef struct {
|
||||
gpointer dummy_field;
|
||||
@ -50,6 +51,7 @@ init_common_pre (void)
|
||||
"aborting...\n");
|
||||
|
||||
meta_plugin_manager_load (test_get_plugin_name ());
|
||||
meta_override_x11_display_policy (META_DISPLAY_POLICY_DISABLED);
|
||||
meta_test_init ();
|
||||
|
||||
display = g_getenv ("DISPLAY");
|
||||
|
Reference in New Issue
Block a user