From e100f3a610fd56c79b99f0e116b4eedb195f5945 Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Tue, 17 Feb 2015 13:58:35 -0700 Subject: [PATCH] Explicitly install the xserver-xorg-input-all-lts-utopic package --- debian/changelog | 6 ++++++ live-build/auto/config | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 167b27aa..ed887ef1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.208.5) UNRELEASED; urgency=medium + + * Explicitly install the xserver-xorg-input-all-lts-utopic package + + -- Adam Conrad Tue, 17 Feb 2015 13:57:51 -0700 + livecd-rootfs (2.208.4) trusty; urgency=medium * Use the correct metapackage for edubuntu-desktop, and add HWE_HINTS diff --git a/live-build/auto/config b/live-build/auto/config index c142af58..630c9ed6 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -192,7 +192,7 @@ case $ARCH in KERNEL_FLAVOURS="generic-lts-utopic" ;; esac -HWE_X_PACKAGES="xserver-xorg-lts-utopic libegl1-mesa-drivers-lts-utopic xserver-xorg-video-all-lts-utopic" +HWE_X_PACKAGES="xserver-xorg-lts-utopic libegl1-mesa-drivers-lts-utopic xserver-xorg-video-all-lts-utopic xserver-xorg-input-all-lts-utopic" SIGNED_KERNEL_PACKAGE="linux-signed-generic-lts-utopic" UNITY_HWE_HINTS="unity-settings-daemon notify-osd libqt4-sql-sqlite unity gnome-terminal" KUBUNTU_HWE_HINTS="pinentry-qt4 kde-baseapps-bin"