From b63291069db2d999ca9bc222509debfe00316354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 15 Sep 2014 19:32:49 +0200 Subject: [PATCH] docs: Allow building without wayland --- doc/reference/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) 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.