aboutsummaryrefslogtreecommitdiff
path: root/backend/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2019-10-26 22:35:51 +0200
committerDrew DeVault <sir@cmpwn.com>2019-10-27 10:46:47 -0400
commit0e57effd38d4566d6245d8b9f985c5af923472f3 (patch)
treebf6ace0d48262ba0a7ab3d4b72aee71417887377 /backend/meson.build
parente97c2c3639119831ced4f6b9f704b096c2075973 (diff)
backend/drm: add support for custom modes
Use the CVT algorithm to create a drmModeModeInfo.
Diffstat (limited to 'backend/meson.build')
-rw-r--r--backend/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/meson.build b/backend/meson.build
index 574d4f74..e4a484f4 100644
--- a/backend/meson.build
+++ b/backend/meson.build
@@ -3,6 +3,7 @@ backend_files = files(
'backend.c',
'drm/atomic.c',
'drm/backend.c',
+ 'drm/cvt.c',
'drm/drm.c',
'drm/legacy.c',
'drm/properties.c',