aboutsummaryrefslogtreecommitdiff
path: root/backend/meson.build
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-09-30 20:52:58 +1300
committerScott Anderson <ascent12@hotmail.com>2017-09-30 20:52:58 +1300
commit096249a2a1dc604b062a6fef6c4ca56065724d79 (patch)
tree81df91b26fd1d2b20722e6ac23f053fc27c2bd0a /backend/meson.build
parentd0708b1a3a3fb9fd3a073d6c5406b26e8bf617e9 (diff)
Split DRM rendering to its own file
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 630bc284..caf2c8b0 100644
--- a/backend/meson.build
+++ b/backend/meson.build
@@ -8,6 +8,7 @@ backend_files = files(
'drm/iface_atomic.c',
'drm/iface_legacy.c',
'drm/properties.c',
+ 'drm/renderer.c',
'drm/util.c',
'libinput/backend.c',
'libinput/events.c',