summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2014-09-15 19:32:49 +0200
committerFlorian Müllner <fmuellner@gnome.org>2014-09-17 05:37:54 +0200
commitb63291069db2d999ca9bc222509debfe00316354 (patch)
tree6477efdb603eb28d6f63ecd43733ce5c8f91a08f /doc
parentf10cb02cbfebf31dfaf266c0eb74595bc86ecd68 (diff)
downloadmutter-b63291069db2d999ca9bc222509debfe00316354.tar.gz
docs: Allow building without wayland
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 37b6634a0..bf3a58835 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -111,6 +111,13 @@ IGNORE_HFILES= \
xprops.h \
$(NULL)
+if !HAVE_WAYLAND
+IGNORE_HFILES += \
+ meta-surface-actor-wayland.h \
+ wayland \
+ $(NULL)
+endif
+
MKDB_OPTIONS+=--ignore-files="$(IGNORE_HFILES)"
# Images to copy into HTML directory.