From 638087fe78aa6c50e1c93d2747301eb44e078a8d Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Wed, 17 Sep 2014 13:31:26 +0800 Subject: [PATCH] build: Fix gtk-doc build failure when native backend is disabled https://bugzilla.gnome.org/show_bug.cgi?id=731521 --- doc/reference/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) 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 \