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
8115a11e
Commit
8115a11e
authored
Nov 14, 2024
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
basealt.mk: use vlc as default mediaplayer for all arches except e2k
parent
3a65549d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
basealt.mk
conf.d/basealt.mk
+2
-7
No files found.
conf.d/basealt.mk
View file @
8115a11e
...
...
@@ -4,13 +4,9 @@ distro/alt-workstation: workstation_groups_x86 = $(addprefix workstation/,\
3rdparty kvm clamav cloud-clients freecad \
gtk-dictionary smartcard voip-clients)
if
eq (,$(filter-out i586 x86_64
,$(ARCH)))
if
neq (,$(filter-out e2k%
,$(ARCH)))
distro/alt-workstation: mediaplayer = workstation/vlc
endif
ifeq (,$(filter-out aarch64 riscv64,$(ARCH)))
distro/alt-workstation: mediaplayer = workstation/celluloid
endif
ifeq (,$(filter-out e2k%,$(ARCH)))
else
distro/alt-workstation: mediaplayer = workstation/smplayer
endif
...
...
@@ -93,7 +89,6 @@ endif
ifeq (,$(filter-out aarch64,$(ARCH)))
vm/alt-workstation-rpi: vm/.alt-workstation use/arm-rpi4/full
@$(call add,THE_LISTS,workstation/celluloid)
@$(call set,THE_BROWSER,chromium)
endif
...
...
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