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
Anton Palgunov
mkimage-profiles
Commits
4dc95bde
Commit
4dc95bde
authored
Dec 19, 2021
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11: update use/x11/xorg
use/x11/xorg is also used to build VM images that are intended for virtual machines and SBC. For VM targets do not need support for discrete video cards, as a rule.
parent
86d304e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
config.mk
features.in/x11/config.mk
+7
-7
No files found.
features.in/x11/config.mk
View file @
4dc95bde
...
...
@@ -10,21 +10,21 @@ use/x11:
@$(call add_feature)
@$(call add,THE_LISTS,$(call tags,base xorg))
use/x11/xorg:: use/x11 use/x11/armsoc; @:
use/x11/xorg:: use/x11 use/x11/armsoc use/x11/intel use/drm
@$(call add,THE_LISTS,$(call tags,desktop xorg))
# x86: free drivers for various hardware (might lack acceleration)
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
use/x11/xorg:: use/x11/intel use/x11/nouveau use/x11/radeon use/x11/amdgpu \
use/drm/full
@$(call add,THE_LISTS,$(call tags,desktop xorg))
ifeq (distro,$(IMAGE_CLASS))
use/x11/xorg:: use/x11/nouveau use/x11/radeon use/x11/amdgpu \
use/drm/full; @:
endif
endif
ifeq (,$(filter-out riscv64,$(ARCH)))
use/x11/xorg:: use/x11/amdgpu use/drm/full
@$(call add,THE_LISTS,$(call tags,desktop xorg))
use/x11/xorg:: use/x11/amdgpu; @:
endif
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
use/x11/intel: use/x11 use/drm
@$(call add,THE_PACKAGES,xorg-drv-intel)
...
...
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