From 4c8a408afc746de0e8c87ace7b234b3371da72cc Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 27 Aug 2014 12:05:51 -0400 Subject: [PATCH] Only build Wayland protocols when we have Wayland --- src/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index a6606eeb4..1e336089e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -36,11 +36,15 @@ mutter_built_sources = \ $(dbus_display_config_built_sources) \ $(dbus_login1_built_sources) \ mutter-enum-types.h \ - mutter-enum-types.c \ + mutter-enum-types.c + +if HAVE_WAYLAND +mutter_built_sources += \ gtk-shell-protocol.c \ gtk-shell-server-protocol.h \ xdg-shell-protocol.c \ xdg-shell-server-protocol.h +endif wayland_protocols = \ wayland/protocol/gtk-shell.xml \