[mutter] Only build Wayland protocols when we have Wayland
- From: Jasper St. Pierre <jstpierre src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [mutter] Only build Wayland protocols when we have Wayland
 
- Date: Wed, 27 Aug 2014 16:07:36 +0000 (UTC)
 
commit 4c8a408afc746de0e8c87ace7b234b3371da72cc
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Aug 27 12:05:51 2014 -0400
    Only build Wayland protocols when we have Wayland
 src/Makefile.am |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index a6606ee..1e33608 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          \
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]