Hard-code installation of libmirclientplatform-android and

libmirplatformgraphics-android to avoid accidentally pulling in the
-mesa variants that are preferred as dependencies of libmirclient and
libmirserver.
ubuntu/yakkety
Steve Langasek 11 years ago
parent e0d60c9c07
commit e583d515d7

9
debian/changelog vendored

@ -1,3 +1,12 @@
livecd-rootfs (2.231) UNRELEASED; urgency=medium
* Hard-code installation of libmirclientplatform-android and
libmirplatformgraphics-android to avoid accidentally pulling in the
-mesa variants that are preferred as dependencies of libmirclient and
libmirserver.
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 28 Jul 2014 20:15:43 -0700
livecd-rootfs (2.230) utopic; urgency=low livecd-rootfs (2.230) utopic; urgency=low
* lp:~mvo/livecd-rootfs/ubuntu-core-system-image: * lp:~mvo/livecd-rootfs/ubuntu-core-system-image:

@ -335,7 +335,7 @@ case $PROJECT in
;; ;;
ubuntu-touch) ubuntu-touch)
add_package install ubuntu-minimal ubuntu-touch add_package install ubuntu-minimal libmirclientplatform-android libmirplatformgraphics-android ubuntu-touch
COMPONENTS='main restricted universe' COMPONENTS='main restricted universe'
BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu' BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu'
export LB_BOOTSTRAP_INCLUDE='apt-transport-https gnupg' export LB_BOOTSTRAP_INCLUDE='apt-transport-https gnupg'

Loading…
Cancel
Save