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
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
8532f6ca
Commit
8532f6ca
authored
Aug 15, 2024
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regular.mk: drop special conditions for branch
Starter Kits for p10 are no longer released, so no need.
parent
671c8b9d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
regular.mk
conf.d/regular.mk
+0
-11
No files found.
conf.d/regular.mk
View file @
8532f6ca
...
...
@@ -25,11 +25,6 @@ distro/.regular-bare: distro/.base use/kernel/net use/docs/license \
distro/.regular-base: distro/.regular-bare use/vmguest use/memtest \
use/efi/shell use/efi/dtb +efi \
use/luks use/volumes/regular; @:
ifeq (,$(filter-out p10,$(BRANCH)))
ifeq (,$(filter-out x86_64 aarch64,$(ARCH)))
@$(call set,KFLAVOURS,un-def)
endif
endif
# graphical target (not enforcing xorg drivers or blobs)
distro/.regular-x11: distro/.regular-base mixin/regular-x11 \
...
...
@@ -170,11 +165,7 @@ distro/regular-gnustep: distro/.regular-desktop use/x11/lightdm/gtk \
distro/regular-xfce: distro/.regular-gtk mixin/regular-xfce; @:
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
ifeq (sisyphus,$(BRANCH))
@$(call set,KFLAVOURS,std-def un-def)
else
@$(call set,KFLAVOURS,un-def)
endif
endif
distro/regular-xfce-install: distro/.regular-install-x11-systemd \
...
...
@@ -197,10 +188,8 @@ distro/regular-gnome: distro/.regular-desktop mixin/regular-gnome \
use/kernel/latest +plymouth use/browser/epiphany \
use/live-install/vnc/listen; @:
ifeq (,$(filter-out x86_64 aarch64,$(ARCH)))
ifeq (sisyphus,$(BRANCH))
@$(call set,KFLAVOURS,std-def un-def)
endif
endif
distro/regular-lxqt: distro/.regular-gtk mixin/regular-lxqt +plymouth; @:
...
...
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