Explicitly install the xserver-xorg-input-all-lts-utopic package

This commit is contained in:
Adam Conrad 2015-02-17 13:58:35 -07:00
parent ca3279cc45
commit e100f3a610
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.208.5) UNRELEASED; urgency=medium
* Explicitly install the xserver-xorg-input-all-lts-utopic package
-- Adam Conrad <adconrad@ubuntu.com> 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

View File

@ -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"