aboutsummaryrefslogtreecommitdiff
path: root/backend/meson.build
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-09-30 19:03:34 +1300
committerScott Anderson <ascent12@hotmail.com>2017-09-30 19:03:34 +1300
commit610b0493ac4a3bbde44378adf855c7202b1e59c4 (patch)
treef7425e1e87906b6f18427b46f9176cfd6511dabe /backend/meson.build
parentc8a8ff66f2bdeab0623c11c1c381b52bc41fbf0d (diff)
Rename files to remove pointless drm prefix
Diffstat (limited to 'backend/meson.build')
-rw-r--r--backend/meson.build8
1 files changed, 4 insertions, 4 deletions
diff --git a/backend/meson.build b/backend/meson.build
index 9e3b6fed..630bc284 100644
--- a/backend/meson.build
+++ b/backend/meson.build
@@ -5,10 +5,10 @@ backend_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',
+ 'drm/iface_atomic.c',
+ 'drm/iface_legacy.c',
+ 'drm/properties.c',
+ 'drm/util.c',
'libinput/backend.c',
'libinput/events.c',
'libinput/keyboard.c',