mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
docs: Allow building without wayland
This commit is contained in:
parent
f10cb02cbf
commit
b63291069d
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user