aboutsummaryrefslogtreecommitdiff
path: root/backend/meson.build
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-08-09 20:43:01 +1200
committerDrew DeVault <sir@cmpwn.com>2017-08-09 08:07:00 -0400
commitaf67966d9261178bebc7a3019881fc1576d311e3 (patch)
tree540544f1afc99d2447d822f1de211c424e45527f /backend/meson.build
parent913829e381ff59a120770449ccebcaaeb8a487c1 (diff)
Atomic modesetting
Diffstat (limited to 'backend/meson.build')
-rw-r--r--backend/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/meson.build b/backend/meson.build
index a5bf5058..bb1b84c8 100644
--- a/backend/meson.build
+++ b/backend/meson.build
@@ -7,6 +7,8 @@ wlr_files += files(
'session/session.c',
'drm/backend.c',
'drm/drm.c',
+ 'drm/drm-atomic.c',
+ 'drm/drm-legacy.c',
'drm/drm-properties.c',
'drm/drm-util.c',
'libinput/backend.c',