mirror of
https://github.com/brl/mutter.git
synced 2025-08-11 02:44:39 +00:00
backends: Move nested stage to src/backends/x11/nested
We now have a MetaStageX11, so it's extra confusing to have both in the same directory. https://gitlab.gnome.org/GNOME/mutter/merge_requests/672
This commit is contained in:

committed by
Jonas Ådahl

parent
96d5bde9b7
commit
c710a56903
@@ -264,8 +264,6 @@ mutter_sources = [
|
||||
'backends/x11/meta-renderer-x11.h',
|
||||
'backends/x11/meta-stage-x11.c',
|
||||
'backends/x11/meta-stage-x11.h',
|
||||
'backends/x11/meta-stage-x11-nested.c',
|
||||
'backends/x11/meta-stage-x11-nested.h',
|
||||
'backends/x11/meta-virtual-input-device-x11.c',
|
||||
'backends/x11/meta-virtual-input-device-x11.h',
|
||||
'backends/x11/meta-xkb-a11y-x11.c',
|
||||
@@ -274,6 +272,8 @@ mutter_sources = [
|
||||
'backends/x11/nested/meta-backend-x11-nested.h',
|
||||
'backends/x11/nested/meta-cursor-renderer-x11-nested.c',
|
||||
'backends/x11/nested/meta-cursor-renderer-x11-nested.h',
|
||||
'backends/x11/nested/meta-stage-x11-nested.c',
|
||||
'backends/x11/nested/meta-stage-x11-nested.h',
|
||||
'backends/x11/nested/meta-renderer-x11-nested.c',
|
||||
'backends/x11/nested/meta-renderer-x11-nested.h',
|
||||
'compositor/clutter-utils.c',
|
||||
|
Reference in New Issue
Block a user