summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-11-02 14:30:53 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-11-10 13:00:01 -0800
commitdc0ec581f22307bf80db4f90625c874ccc0f37b6 (patch)
tree6d5aa8e9537b25371dde524e47782ad04fc1ceba /src/meson.build
parent140b688c57f592c2a44fb86ee199b813a7f76b21 (diff)
downloadmesa-dc0ec581f22307bf80db4f90625c874ccc0f37b6.tar.gz
meson: move wayland-egl into egl folder
This ensure that it's properly guarded, but also makes the code clearer by grouping related things together. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/meson.build b/src/meson.build
index cc8f5953c51..186cf92f47e 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -59,9 +59,6 @@ subdir('intel')
subdir('mesa')
subdir('loader')
subdir('glx')
-if with_platform_wayland
- subdir('egl/wayland/wayland-egl')
-endif
if with_gbm
subdir('gbm')
endif