Mesa (master): wayland-egl: fix wayland cflags

Eric Engeström eric_engestrom at kemper.freedesktop.org
Fri Oct 27 11:01:17 UTC 2017


Module: Mesa
Branch: master
Commit: 866c8a94d45fd88ea1e3a49c00a0ee5e589e4577
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=866c8a94d45fd88ea1e3a49c00a0ee5e589e4577

Author: Eric Engestrom <eric.engestrom at imgtec.com>
Date:   Thu Oct 26 17:13:47 2017 +0100

wayland-egl: fix wayland cflags

Fixes: 80bfff5c4f1d4d8c842a0 "wayland-egl: adds CFLAGS for wayland.egl.h include"
Suggested-by: Daniel Stone <daniel at fooishbar.org>
Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
Acked-by: Emil Velikov <emil.velikov at collabora.com>
Acked-by: Tobias Klausmann <tobias.johannes.klausmann at mni.thm.de>

---

 src/egl/wayland/wayland-egl/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/egl/wayland/wayland-egl/Makefile.am b/src/egl/wayland/wayland-egl/Makefile.am
index 730fd03ddb..7dde9552f3 100644
--- a/src/egl/wayland/wayland-egl/Makefile.am
+++ b/src/egl/wayland/wayland-egl/Makefile.am
@@ -3,7 +3,7 @@ pkgconfig_DATA = wayland-egl.pc
 
 AM_CFLAGS = $(DEFINES) \
 	    $(VISIBILITY_CFLAGS) \
-	    $(WAYLAND_SERVER_CFLAGS)
+	    $(WAYLAND_CLIENT_CFLAGS)
 
 lib_LTLIBRARIES = libwayland-egl.la
 noinst_HEADERS = wayland-egl-backend.h




More information about the mesa-commit mailing list