diff options
author | Ting-Wei Lan <lantw@src.gnome.org> | 2015-01-19 20:09:39 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw@src.gnome.org> | 2015-01-19 20:09:39 +0800 |
commit | 0bfebc3cae77729d20b887025158c661233b6083 (patch) | |
tree | 31eff2ca05ee4ade8bf17514c30c9a639113b835 /doc | |
parent | db384a656cf635ad0a6650d7e3354ac9271839d4 (diff) | |
download | mutter-0bfebc3cae77729d20b887025158c661233b6083.tar.gz |
build: Fix gtk-doc build failure when native backend is disabled
https://bugzilla.gnome.org/show_bug.cgi?id=743173
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |