aboutsummaryrefslogtreecommitdiff
path: root/backend/meson.build
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-08-05 17:56:22 +1200
committerScott Anderson <ascent12@hotmail.com>2017-08-06 15:51:49 +1200
commitd1ca1ec16ea29457a6964984f2fe4c808015fe6f (patch)
tree7201103130aa30b9f23e310e41851c80dcf9a86b /backend/meson.build
parentc46605d605a0dd859ffff5d196dcc29371ac7a3f (diff)
Split off some functions into drm-util
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 dc5a3d66..a5bf5058 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-properties.c',
+ 'drm/drm-util.c',
'libinput/backend.c',
'libinput/events.c',
'libinput/keyboard.c',