Commit e8e6c692 authored by Anton Midyukov's avatar Anton Midyukov

oem: replace variable OEM_ON_WAYLAND with OEM_WAYLAND

parent a05f52c9
...@@ -11,7 +11,7 @@ use/oem: use/services use/branding use/deflogin/root use/l10n ...@@ -11,7 +11,7 @@ use/oem: use/services use/branding use/deflogin/root use/l10n
@$(call xport,OEM_NO_CLEANUP) @$(call xport,OEM_NO_CLEANUP)
@$(call xport,OEM_STEPS) @$(call xport,OEM_STEPS)
@$(call xport,OEM_INSTALL) @$(call xport,OEM_INSTALL)
@$(call xport,OEM_ON_WAYLAND) @$(call xport,OEM_WAYLAND)
use/oem/vnc: use/oem use/oem/vnc: use/oem
@$(call add,BASE_PACKAGES,alterator-vnc) @$(call add,BASE_PACKAGES,alterator-vnc)
...@@ -19,7 +19,7 @@ use/oem/vnc: use/oem ...@@ -19,7 +19,7 @@ use/oem/vnc: use/oem
use/oem/wayland: use/oem use/oem/wayland: use/oem
@$(call add,BASE_PACKAGES,alterator-setup-wayland) @$(call add,BASE_PACKAGES,alterator-setup-wayland)
@$(call set,OEM_ON_WAYLAND,yes) @$(call set,OEM_WAYLAND,yes)
use/oem/no-cleanup: use/oem use/oem/no-cleanup: use/oem
@$(call set,OEM_NO_CLEANUP,yes) @$(call set,OEM_NO_CLEANUP,yes)
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
sed -i 's/^REMOVE_SELF=.*/REMOVE_SELF=0/' /etc/alterator-setup/config sed -i 's/^REMOVE_SELF=.*/REMOVE_SELF=0/' /etc/alterator-setup/config
# Enable wayland compositor # Enable wayland compositor
if [ "$GLOBAL_OEM_ON_WAYLAND" = yes ]; then if [ "$GLOBAL_OEM_WAYLAND" = yes ]; then
sed -i 's/^ALTERATOR_SETUP_WAYLAND=.*/ALTERATOR_SETUP_WAYLAND=1/' \ sed -i 's/^ALTERATOR_SETUP_WAYLAND=.*/ALTERATOR_SETUP_WAYLAND=1/' \
/etc/alterator-setup/config /etc/alterator-setup/config
fi fi
......
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