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>
This commit is contained in:
Dylan Baker
2017-11-02 14:30:53 -07:00
parent 140b688c57
commit dc0ec581f2
2 changed files with 4 additions and 3 deletions
+4
View File
@@ -182,6 +182,10 @@ pkg.generate(
extra_cflags : gl_pkgconfig_c_flags,
)
if with_platform_wayland
subdir('wayland/wayland-egl')
endif
if with_tests
if with_glvnd
# TODO: add glvnd symbol check
-3
View File
@@ -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