diff options
author | Emil Velikov <[email protected]> | 2017-09-28 18:13:18 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-10-02 16:29:38 +0100 |
commit | ab0589c6edea8ea1ddfab6e8857c964ad0232455 (patch) | |
tree | 1ca948b7eef53b7b5b86ce9fa7fe9dcf30f705d5 /src/egl/wayland/wayland-egl/Makefile.am | |
parent | 5bd13d80fad70487ec77c68b97ef9b3c8f2f2632 (diff) |
wayland-egl: remove no longer needed wayland-client dependency
Was required for wl_surface, which is opaque and forward declared with
earlier patch.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Daniel Stone <[email protected]>
Reviewed-by: Miguel A. Vico <[email protected]>
Diffstat (limited to 'src/egl/wayland/wayland-egl/Makefile.am')
-rw-r--r-- | src/egl/wayland/wayland-egl/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/egl/wayland/wayland-egl/Makefile.am b/src/egl/wayland/wayland-egl/Makefile.am index 7dde9552f33..08a67680498 100644 --- a/src/egl/wayland/wayland-egl/Makefile.am +++ b/src/egl/wayland/wayland-egl/Makefile.am @@ -2,8 +2,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = wayland-egl.pc AM_CFLAGS = $(DEFINES) \ - $(VISIBILITY_CFLAGS) \ - $(WAYLAND_CLIENT_CFLAGS) + $(VISIBILITY_CFLAGS) lib_LTLIBRARIES = libwayland-egl.la noinst_HEADERS = wayland-egl-backend.h |