1
0
Fork 0

context/main: Disable X11 specific arguments

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3776>
This commit is contained in:
Bilal Elmoussaoui 2024-06-07 21:47:23 +02:00
parent 08a3c57aad
commit 831b563a3c

View file

@ -639,6 +639,7 @@ meta_context_main_add_option_entries (MetaContextMain *context_main)
N_("Run as a wayland compositor"),
NULL
},
#ifdef HAVE_X11
{
"nested", 0, 0, G_OPTION_ARG_NONE,
&context_main->options.nested,
@ -651,6 +652,7 @@ meta_context_main_add_option_entries (MetaContextMain *context_main)
N_("Run wayland compositor without starting Xwayland"),
NULL
},
#endif
{
"wayland-display", 0, 0, G_OPTION_ARG_STRING,
&context_main->options.wayland_display,