From 0cda623cdfc982907bd068de18e9fcf73914423a Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 22 Jan 2018 17:01:06 +0100 Subject: [PATCH 1/1] build: remove undefined variable WAYLAND_CFLAGS is not defined by configure.ac --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index a922c4a..34dea83 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -76,7 +76,7 @@ if USE_WAYLAND source_c += i965_output_wayland.c source_h += i965_output_wayland.h source_h += $(protocol_source_h) -driver_cflags += $(WAYLAND_CFLAGS) $(WAYLAND_CLIENT_CFLAGS) +driver_cflags += $(WAYLAND_CLIENT_CFLAGS) endif # git version -- 2.11.0