From 0bfebc3cae77729d20b887025158c661233b6083 Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Mon, 19 Jan 2015 20:09:39 +0800 Subject: [PATCH] build: Fix gtk-doc build failure when native backend is disabled https://bugzilla.gnome.org/show_bug.cgi?id=743173 --- doc/reference/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 6794e9626..cae0b85c7 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -115,8 +115,10 @@ IGNORE_HFILES= \ if !HAVE_NATIVE_BACKEND IGNORE_HFILES+= \ meta-backend-native.h \ + meta-barrier-native.h \ meta-cursor-renderer-native.h \ meta-idle-monitor-native.h \ + meta-input-settings-native.h \ meta-monitor-manager-kms.h \ $(NULL) endif