From e97e25472e0ecf8b8829d87aec77f4e454f3b736 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti de Araujo Date: Thu, 12 Feb 2015 03:06:52 -0200 Subject: [PATCH] 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) --- debian/changelog | 7 +++++++ live-build/auto/config | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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'