diff options
author | Jonas Ã…dahl <jadahl@gmail.com> | 2020-02-27 23:19:38 +0100 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2020-06-10 18:54:51 +0000 |
commit | 09078762ac933f80b9f92c8b7d214017f5fb7718 (patch) | |
tree | 35bc0145872cc65c13e4f6d53079e5eb31e01d1d /src/meson.build | |
parent | 352c2ec7b8ca5499380b68b28efd283f65ca55d6 (diff) | |
download | mutter-09078762ac933f80b9f92c8b7d214017f5fb7718.tar.gz |
crtc-kms: Make KMS CRTC mode a type inheriting MetaCrtcMode
It carries the drmModeModeInfo copy in it's instance struct, instead of
the `driver_private` it was using before.
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1287
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build index 56c47faa2..ae286526e 100644 --- a/src/meson.build +++ b/src/meson.build @@ -632,6 +632,8 @@ if have_native_backend 'backends/native/meta-clutter-backend-native.h', 'backends/native/meta-crtc-kms.c', 'backends/native/meta-crtc-kms.h', + 'backends/native/meta-crtc-mode-kms.c', + 'backends/native/meta-crtc-mode-kms.h', 'backends/native/meta-cursor-renderer-native.c', 'backends/native/meta-cursor-renderer-native.h', 'backends/native/meta-drm-buffer-dumb.c', |