Commit d22ae96f authored by Anton Midyukov's avatar Anton Midyukov

oem: make compatible with p10

parent 5102c9a1
...@@ -18,9 +18,13 @@ use/oem/vnc: use/oem ...@@ -18,9 +18,13 @@ use/oem/vnc: use/oem
@$(call add,BASE_PACKAGES,alterator-vnc) @$(call add,BASE_PACKAGES,alterator-vnc)
@$(call add,BASE_PACKAGES,x11vnc x11vnc-service xorg-drv-dummy) @$(call add,BASE_PACKAGES,x11vnc x11vnc-service xorg-drv-dummy)
ifneq (,$(filter-out p10,$(BRANCH)))
use/oem/wayland: use/oem use/oem/wayland: use/oem
@$(call set,OEM_PACKAGES,alterator-setup-wayland) @$(call set,OEM_PACKAGES,alterator-setup-wayland)
@$(call set,OEM_WAYLAND,yes) @$(call set,OEM_WAYLAND,yes)
else
use/oem/wayland: use/oem; @:
endif
use/oem/no-cleanup: use/oem use/oem/no-cleanup: use/oem
@$(call set,OEM_NO_CLEANUP,yes) @$(call set,OEM_NO_CLEANUP,yes)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment