1
0
Fork 0

docs: Allow building without wayland

This commit is contained in:
Florian Müllner 2014-09-15 19:32:49 +02:00
parent f10cb02cbf
commit b63291069d

View file

@ -111,6 +111,13 @@ IGNORE_HFILES= \
xprops.h \ xprops.h \
$(NULL) $(NULL)
if !HAVE_WAYLAND
IGNORE_HFILES += \
meta-surface-actor-wayland.h \
wayland \
$(NULL)
endif
MKDB_OPTIONS+=--ignore-files="$(IGNORE_HFILES)" MKDB_OPTIONS+=--ignore-files="$(IGNORE_HFILES)"
# Images to copy into HTML directory. # Images to copy into HTML directory.