Commit 657cd816 authored by Anton Midyukov's avatar Anton Midyukov

Remove use/x11/wacom everything

Used libinput instead.
parent 52e75ff7
...@@ -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
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment