diff options
author | Simon Zeni <simon@bl4ckb0ne.ca> | 2021-09-30 10:53:18 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-11-25 16:49:05 +0000 |
commit | 1d3dd7fc08f22f2e82cb812ced822369e984d845 (patch) | |
tree | 88e9df92e514c019edc40f029927455efa1801d2 /backend/meson.build | |
parent | b234edcf58bbd73d64e8d5986aa5cc380d2f48d6 (diff) |
backend: remove noop backend
Diffstat (limited to 'backend/meson.build')
-rw-r--r-- | backend/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/meson.build b/backend/meson.build index 7fffc839..71a00dc9 100644 --- a/backend/meson.build +++ b/backend/meson.build @@ -16,7 +16,6 @@ endforeach subdir('multi') subdir('wayland') -subdir('noop') subdir('headless') subdir('session') |