mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 16:40:41 -05:00
build: Fix gtk-doc build failure when native backend is disabled
https://bugzilla.gnome.org/show_bug.cgi?id=731521
This commit is contained in:
parent
286a6ada5a
commit
638087fe78
@ -111,6 +111,15 @@ IGNORE_HFILES= \
|
|||||||
xprops.h \
|
xprops.h \
|
||||||
$(NULL)
|
$(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
|
if !HAVE_WAYLAND
|
||||||
IGNORE_HFILES += \
|
IGNORE_HFILES += \
|
||||||
meta-surface-actor-wayland.h \
|
meta-surface-actor-wayland.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user