Only build Wayland protocols when we have Wayland
This commit is contained in:
parent
4c08d9a53b
commit
4c8a408afc
1 changed files with 5 additions and 1 deletions
|
@ -36,11 +36,15 @@ mutter_built_sources = \
|
|||
$(dbus_display_config_built_sources) \
|
||||
$(dbus_login1_built_sources) \
|
||||
mutter-enum-types.h \
|
||||
mutter-enum-types.c \
|
||||
mutter-enum-types.c
|
||||
|
||||
if HAVE_WAYLAND
|
||||
mutter_built_sources += \
|
||||
gtk-shell-protocol.c \
|
||||
gtk-shell-server-protocol.h \
|
||||
xdg-shell-protocol.c \
|
||||
xdg-shell-server-protocol.h
|
||||
endif
|
||||
|
||||
wayland_protocols = \
|
||||
wayland/protocol/gtk-shell.xml \
|
||||
|
|
Loading…
Add table
Reference in a new issue