diff --git a/data/50-mutter-wayland.xml b/data/50-mutter-wayland.xml new file mode 100644 index 000000000..6724d8964 --- /dev/null +++ b/data/50-mutter-wayland.xml @@ -0,0 +1,10 @@ + + + + + + diff --git a/data/Makefile.am b/data/Makefile.am index 86260e949..5129b8e57 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -12,6 +12,11 @@ xml_DATA = \ 50-mutter-system.xml \ 50-mutter-windows.xml +if HAVE_WAYLAND +xml_DATA += \ + 50-mutter-wayland.xml +endif + gschema_in_files = \ org.gnome.mutter.gschema.xml.in \ org.gnome.mutter.wayland.gschema.xml.in