summaryrefslogtreecommitdiff
path: root/doc/reference
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw@src.gnome.org>2014-09-17 13:31:26 +0800
committerTing-Wei Lan <lantw@src.gnome.org>2014-11-15 01:03:29 +0800
commit638087fe78aa6c50e1c93d2747301eb44e078a8d (patch)
tree555ac2d5b01d3c6943bf93e490b1f9389f29ab94 /doc/reference
parent286a6ada5a307e7e9c55b06f7593e6b7bff4f2de (diff)
downloadmutter-638087fe78aa6c50e1c93d2747301eb44e078a8d.tar.gz
build: Fix gtk-doc build failure when native backend is disabled
https://bugzilla.gnome.org/show_bug.cgi?id=731521
Diffstat (limited to 'doc/reference')
-rw-r--r--doc/reference/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index bf3a58835..b1587b0c6 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -111,6 +111,15 @@ IGNORE_HFILES= \
xprops.h \
$(NULL)
+if !HAVE_NATIVE_BACKEND
+IGNORE_HFILES+= \
+ meta-backend-native.h \
+ meta-cursor-renderer-native.h \
+ meta-idle-monitor-native.h \
+ meta-monitor-manager-kms.h \
+ $(NULL)
+endif
+
if !HAVE_WAYLAND
IGNORE_HFILES += \
meta-surface-actor-wayland.h \