egl: Drop unnecessary Makefile.am.

This commit is contained in:
Matt Turner 2014-12-06 23:04:12 -08:00
parent d1c1d6d9b6
commit 7a08a1e61b
3 changed files with 1 additions and 3 deletions

View file

@ -2146,7 +2146,6 @@ AC_CONFIG_FILES([Makefile
src/egl/drivers/dri2/Makefile
src/egl/main/Makefile
src/egl/main/egl.pc
src/egl/wayland/Makefile
src/egl/wayland/wayland-drm/Makefile
src/egl/wayland/wayland-egl/Makefile
src/egl/wayland/wayland-egl/wayland-egl.pc

View file

@ -32,7 +32,7 @@ SUBDIRS += glx
endif
if HAVE_EGL_PLATFORM_WAYLAND
SUBDIRS += egl/wayland
SUBDIRS += egl/wayland/wayland-egl egl/wayland/wayland-drm
endif
if HAVE_EGL_DRIVER_DRI2

View file

@ -1 +0,0 @@
SUBDIRS = wayland-drm wayland-egl