Move touch resolution hints to a HINTS variable, and adjust for use

on dual-stack gl/gles arches where things don't quite work right.
ubuntu/yakkety
Adam Conrad 9 years ago
parent 1463239cb2
commit 8cd6c20291

2
debian/changelog vendored

@ -14,6 +14,8 @@ livecd-rootfs (2.411) UNRELEASED; urgency=medium
[ Adam Conrad ] [ Adam Conrad ]
* Stop explicitly removing systemd-sysv for touch. * Stop explicitly removing systemd-sysv for touch.
* Move touch resolution hints to a HINTS variable, and adjust for use
on dual-stack gl/gles arches where things don't quite work right.
-- Oliver Grawert <ogra@ubuntu.com> Wed, 25 May 2016 14:26:07 +0200 -- Oliver Grawert <ogra@ubuntu.com> Wed, 25 May 2016 14:26:07 +0200

@ -413,7 +413,13 @@ case $PROJECT in
else else
meta_package=ubuntu-pocket-desktop meta_package=ubuntu-pocket-desktop
fi fi
add_package install ubuntu-minimal $meta_package packagekit ubuntu-system-settings-online-accounts HINTS="packagekit ubuntu-system-settings-online-accounts"
case $ARCH in
amd64|i386)
HINTS="$HINTS qml-module-ubuntu-components-gles unity8"
;;
esac
add_package install ubuntu-minimal $meta_package $HINTS
COMPONENTS='main restricted universe' COMPONENTS='main restricted universe'
BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu' BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu'

Loading…
Cancel
Save