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
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
2d90cb29
Commit
2d90cb29
authored
Dec 10, 2023
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regular.mk: fix build regular-jeos on non-x86 architectures
parent
83120c87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
regular.mk
conf.d/regular.mk
+6
-1
No files found.
conf.d/regular.mk
View file @
2d90cb29
...
@@ -108,7 +108,12 @@ else
...
@@ -108,7 +108,12 @@ else
@$(call add,CLEANUP_PACKAGES,bridge-utils)
@$(call add,CLEANUP_PACKAGES,bridge-utils)
endif
endif
@$(call add,DEFAULT_SERVICES_DISABLE,fbsetfont)
@$(call add,DEFAULT_SERVICES_DISABLE,fbsetfont)
@$(call add,INSTALL2_PACKAGES,xorg-dri-vmwgfx xorg-dri-virtio)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,INSTALL2_PACKAGES,xorg-dri-vmwgfx)
endif
ifneq (,$(filter-out e2k%,$(ARCH)))
@$(call add,INSTALL2_PACKAGES,xorg-dri-virtio)
endif
# NB:
# NB:
# - stock cleanup is not enough (or installer-common-stage3 deps soaring)
# - stock cleanup is not enough (or installer-common-stage3 deps soaring)
...
...
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