wayland-egl: remove no longer needed wayland-client dependency
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 28 Sep 2017 17:13:18 +0000 (18:13 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 2 Oct 2017 15:29:38 +0000 (16:29 +0100)
Was required for wl_surface, which is opaque and forward declared with
earlier patch.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Miguel A. Vico <mvicomoya@nvidia.com>
src/egl/wayland/wayland-egl/Makefile.am
src/egl/wayland/wayland-egl/wayland-egl-backend.h
src/egl/wayland/wayland-egl/wayland-egl.c

index 7dde9552f33d6d8936ce97d6777df68dbb6cd708..08a67680498700836c88ba27908489dc4314b6a5 100644 (file)
@@ -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
index 4730147ff3ce7fdea790d01beecc5e4fe5ef4305..c7b79ec839a2f06bbd1157025cb2892da9ac5b5a 100644 (file)
@@ -36,7 +36,6 @@
 #endif
 
 #include <stdint.h>
-#include <wayland-client.h>
 
 #ifdef  __cplusplus
 extern "C" {
index 575f94db498082077065bd38115d139df75eb2c9..e5a26ffad2761b5a41be2f8981ab1c1968f9fb26 100644 (file)
@@ -30,7 +30,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <wayland-client.h>
 #include "wayland-egl.h"
 #include "wayland-egl-backend.h"