udev: Move from backends/native/ to backends/
This makes it possible to use udev even for backends which are not native. Specifically we want to start controling backlights in mutter which has to happen for both native and X11. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4130>
This commit is contained in:
@ -19,11 +19,11 @@
|
||||
#include "config.h"
|
||||
|
||||
#include "backends/meta-monitor-config-manager.h"
|
||||
#include "backends/meta-udev.h"
|
||||
#include "backends/meta-virtual-monitor.h"
|
||||
#include "backends/native/meta-backend-native.h"
|
||||
#include "backends/native/meta-crtc-kms.h"
|
||||
#include "backends/native/meta-crtc-virtual.h"
|
||||
#include "backends/native/meta-udev.h"
|
||||
#include "core/window-private.h"
|
||||
#include "meta-test/meta-context-test.h"
|
||||
#include "meta/meta-backend.h"
|
||||
|
@ -21,8 +21,8 @@
|
||||
|
||||
#include "backends/meta-logical-monitor.h"
|
||||
#include "backends/meta-monitor-manager-private.h"
|
||||
#include "backends/meta-udev.h"
|
||||
#include "backends/native/meta-backend-native.h"
|
||||
#include "backends/native/meta-udev.h"
|
||||
#include "core/display-private.h"
|
||||
#include "meta-test/meta-context-test.h"
|
||||
#include "tests/drm-mock/drm-mock.h"
|
||||
|
@ -21,9 +21,9 @@
|
||||
|
||||
#include "backends/meta-logical-monitor.h"
|
||||
#include "backends/meta-monitor-manager-private.h"
|
||||
#include "backends/meta-udev.h"
|
||||
#include "backends/meta-virtual-monitor.h"
|
||||
#include "backends/native/meta-backend-native.h"
|
||||
#include "backends/native/meta-udev.h"
|
||||
#include "meta-test/meta-context-test.h"
|
||||
#include "tests/drm-mock/drm-mock.h"
|
||||
#include "tests/meta-test-utils.h"
|
||||
|
Reference in New Issue
Block a user