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
657cd816
Commit
657cd816
authored
Dec 20, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove use/x11/wacom everything
Used libinput instead.
parent
52e75ff7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
regular.mk
conf.d/regular.mk
+1
-1
config.mk
features.in/live/config.mk
+1
-1
No files found.
conf.d/regular.mk
View file @
657cd816
...
@@ -49,7 +49,7 @@ distro/.regular-desktop-base: distro/.regular-base use/branding/full \
...
@@ -49,7 +49,7 @@ distro/.regular-desktop-base: distro/.regular-base use/branding/full \
@$(call set,GRUB_DEFAULT,live)
@$(call set,GRUB_DEFAULT,live)
@$(call set,SYSLINUX_DEFAULT,live)
@$(call set,SYSLINUX_DEFAULT,live)
distro/.regular-desktop: distro/.regular-desktop-base
use/x11/wacom
+vmguest \
distro/.regular-desktop: distro/.regular-desktop-base +vmguest \
+systemd +plymouth; @:
+systemd +plymouth; @:
# common base for the very bare distros
# common base for the very bare distros
...
...
features.in/live/config.mk
View file @
657cd816
...
@@ -52,7 +52,7 @@ use/live/desktop-common: use/live/x11 use/syslinux/localboot.cfg \
...
@@ -52,7 +52,7 @@ use/live/desktop-common: use/live/x11 use/syslinux/localboot.cfg \
# this target specifically pulls free xorg drivers in (and a few more bits);
# this target specifically pulls free xorg drivers in (and a few more bits);
# a browser is requested too, the recommended one can be overridden downstream
# a browser is requested too, the recommended one can be overridden downstream
use/live/desktop: use/live/desktop-common use/x11/xorg
use/x11/wacom
+vmguest; @:
use/live/desktop: use/live/desktop-common use/x11/xorg +vmguest; @:
# preconfigure apt for both live and installed-from-live systems
# preconfigure apt for both live and installed-from-live systems
use/live/repo: use/live
use/live/repo: use/live
...
...
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