Skip to content

Commit

Permalink
build: remove undefined variable
Browse files Browse the repository at this point in the history
WAYLAND_CFLAGS is not defined by configure.ac
  • Loading branch information
ceyusa authored and xhaihao committed Feb 11, 2018
1 parent 3e19c90 commit 0cda623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cda623

Please sign in to comment.