Add additional hints to ubuntu-touch* i386/amd64 image builds to pull in the gles version of the UITK.

core-include-dmsetup
Łukasz 'sil2100' Zemczak 8 years ago
parent a4f597c84b
commit f10c47f913

@ -420,7 +420,13 @@ case $PROJECT in
;; ;;
ubuntu-touch|ubuntu-touch-custom) ubuntu-touch|ubuntu-touch-custom)
add_package install ubuntu-minimal ubuntu-touch systemd-sysv- 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 ubuntu-touch systemd-sysv- $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