diff --git a/debian/changelog b/debian/changelog index 4d119112..84fdf612 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.286) UNRELEASED; urgency=medium + + * touch: forcing package mir-platform-graphics-android to see if we're able + to remove the dependency on the mesa one (until mir is properly fixed) + + -- Ricardo Salveti de Araujo Thu, 12 Feb 2015 03:05:31 -0200 + livecd-rootfs (2.285) vivid; urgency=medium * touch: removing dependencies on a specific mir platform driver as mir can diff --git a/live-build/auto/config b/live-build/auto/config index 3f849d35..8d7e0fdc 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -404,7 +404,7 @@ case $PROJECT in ;; ubuntu-touch) - add_package install ubuntu-minimal ubuntu-touch + add_package install ubuntu-minimal mir-platform-graphics-android ubuntu-touch COMPONENTS='main restricted universe' BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu' export LB_BOOTSTRAP_INCLUDE='apt-transport-https gnupg'