aboutsummaryrefslogtreecommitdiff
path: root/backend/meson.build
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-09-22 14:58:41 +1200
committerScott Anderson <ascent12@hotmail.com>2017-09-29 16:12:13 +1300
commita598e6d026548ce7ab580504e05a71a5296b83f0 (patch)
treeb716cc262402b9f175d9918ff556d3307b2d52cc /backend/meson.build
parent6479fb27be364ef6ee7c5289c18d015ec3d8c2f3 (diff)
Add X11 backend skeleton
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 a3cb7b64..9e3b6fed 100644
--- a/backend/meson.build
+++ b/backend/meson.build
@@ -22,6 +22,7 @@ backend_files = files(
'wayland/registry.c',
'wayland/wl_seat.c',
'wayland/os-compatibility.c',
+ 'x11/backend.c',
)
if systemd.found()