Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
e8e6c692
Commit
e8e6c692
authored
Dec 19, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oem: replace variable OEM_ON_WAYLAND with OEM_WAYLAND
parent
a05f52c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
config.mk
features.in/oem/config.mk
+2
-2
99-oem-setup
features.in/oem/rootfs/image-scripts.d/99-oem-setup
+1
-1
No files found.
features.in/oem/config.mk
View file @
e8e6c692
...
@@ -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)
...
...
features.in/oem/rootfs/image-scripts.d/99-oem-setup
View file @
e8e6c692
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment